Home
last modified time | relevance | path

Searched refs:virtsnd_pcm_find (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/virtio/
Dvirtio_pcm.c216 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find() function
241 vpcm = virtsnd_pcm_find(snd, nid); in virtsnd_pcm_find_or_create()
454 vpcm = virtsnd_pcm_find(snd, vss->nid); in virtsnd_pcm_build_devs()
Dvirtio_pcm.h107 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid);
Dvirtio_chmap.c175 vpcm = virtsnd_pcm_find(snd, le32_to_cpu(info->hdr.hda_fn_nid)); in virtsnd_chmap_build_devs()