Searched defs:virtio_pcm_substream (Results 1 – 1 of 1) sorted by relevance
43 struct virtio_pcm_substream { struct44 struct virtio_snd *snd;45 u32 nid;46 u32 sid;47 u32 direction;48 u32 features;49 struct snd_pcm_substream *substream;50 struct snd_pcm_indirect pcm_indirect;74 struct virtio_pcm_substream **substreams; argument