Lines Matching refs:streams
332 virtio_cread_le(vdev, struct virtio_snd_config, streams,
396 vpcm->streams[vss->direction].nsubstreams++;
421 vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK].nsubstreams;
423 vpcm->streams[SNDRV_PCM_STREAM_CAPTURE].nsubstreams;
444 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) {
445 struct virtio_pcm_stream *stream = &vpcm->streams[i];
469 vs = &vpcm->streams[vss->direction];
474 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) {
475 struct virtio_pcm_stream *vs = &vpcm->streams[i];
476 struct snd_pcm_str *ks = &vpcm->pcm->streams[i];