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