From 82b3c9dfee666d32017d729cf2868a447622daa5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 12:00:12 +0100 Subject: sys/linux: fix few bugs Fix some descirptions disperancies with kernel and regenerate warnings on next-20191218. --- sys/linux/dev_snd_control.txt | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'sys/linux/dev_snd_control.txt') diff --git a/sys/linux/dev_snd_control.txt b/sys/linux/dev_snd_control.txt index 14a1210f0..9802e4f0c 100644 --- a/sys/linux/dev_snd_control.txt +++ b/sys/linux/dev_snd_control.txt @@ -76,13 +76,11 @@ snd_ctl_elem_info { define SND_CTL_ELEM_INFO_SIZE sizeof(struct snd_ctl_elem_info) snd_ctl_elem_value { - id snd_ctl_elem_id - indir bool32 - value array[intptr, 128] - tstamp timespec -} [size[SND_CTL_ELEM_VALUE_SIZE]] - -define SND_CTL_ELEM_VALUE_SIZE sizeof(struct snd_ctl_elem_value) + id snd_ctl_elem_id + indirect int32:1 + value array[intptr, 128] + reserved array[const[0, int8], 128] +} snd_ctl_tlv { numid int32 @@ -105,17 +103,3 @@ snd_pcm_info { sync array[int8, 16] pad array[const[0, int8], 64] } - -snd_rawmidi_info { - dev int32 - subdev int32 - stream int32 - card const[0, int32] - flags const[0, int32] - id array[const[0, int8], 64] - name array[const[0, int8], 80] - subname array[const[0, int8], 32] - count int32 - avail int32 - pad array[const[0, int8], 64] -} -- cgit mrf-deployment