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

/linux-master/sound/virtio/
H A Dvirtio_pcm.h109 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid);
H A Dvirtio_pcm.c211 * virtsnd_pcm_find() - Find the PCM device for the specified node ID.
218 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid) function
243 vpcm = virtsnd_pcm_find(snd, nid);
456 vpcm = virtsnd_pcm_find(snd, vss->nid);
H A Dvirtio_chmap.c175 vpcm = virtsnd_pcm_find(snd, le32_to_cpu(info->hdr.hda_fn_nid));

Completed in 126 milliseconds