Home
last modified time | relevance | path

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

/linux-6.12.1/sound/virtio/
Dvirtio_pcm.c218 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find() function
243 vpcm = virtsnd_pcm_find(snd, nid); in virtsnd_pcm_find_or_create()
456 vpcm = virtsnd_pcm_find(snd, vss->nid); in virtsnd_pcm_build_devs()
Dvirtio_pcm.h109 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()