Searched refs:vpcm (Results 1 – 1 of 1) sorted by relevance
85 struct virtio_pcm *vpcm; in virtsnd_chmap_parse_cfg() local88 vpcm = virtsnd_pcm_find_or_create(snd, nid); in virtsnd_chmap_parse_cfg()89 if (IS_ERR(vpcm)) in virtsnd_chmap_parse_cfg()90 return PTR_ERR(vpcm); in virtsnd_chmap_parse_cfg()94 vs = &vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in virtsnd_chmap_parse_cfg()97 vs = &vpcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in virtsnd_chmap_parse_cfg()145 struct virtio_pcm *vpcm; in virtsnd_chmap_build_devs() local151 list_for_each_entry(vpcm, &snd->pcm_list, list) { in virtsnd_chmap_build_devs()152 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) { in virtsnd_chmap_build_devs()153 vs = &vpcm->streams[i]; in virtsnd_chmap_build_devs()[all …]