Searched defs:virtio_snd_config (Results 1 – 3 of 3) sorted by relevance
135 pub struct virtio_snd_config { struct136 pub jacks: Le32,137 pub streams: Le32,138 pub chmaps: Le32,
13 struct virtio_snd_config { struct15 __le32 jacks;17 __le32 streams;19 __le32 chmaps;
275 pub fn hardcoded_virtio_snd_config(params: &Parameters) -> virtio_snd_config { in hardcoded_virtio_snd_config()