diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 12:00:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 12:00:12 +0100 |
| commit | 82b3c9dfee666d32017d729cf2868a447622daa5 (patch) | |
| tree | 4a98cba10b5ab3a9b54136a2883ac02d1c29b713 /sys/linux/dev_snd_control.txt | |
| parent | 64627284145947e311db986c78f7619e244eade2 (diff) | |
sys/linux: fix few bugs
Fix some descirptions disperancies with kernel and regenerate warnings on next-20191218.
Diffstat (limited to 'sys/linux/dev_snd_control.txt')
| -rw-r--r-- | sys/linux/dev_snd_control.txt | 26 |
1 files changed, 5 insertions, 21 deletions
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] -} |
