diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:27:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (patch) | |
| tree | 11a562aafe0b89ca25d7d47700e15dcbe297f3c2 /sys/linux/dev_snd_midi_386.const | |
| parent | 0d635f1100a7b1d628f57637a7cc7fdb8c3f15f8 (diff) | |
sys/linux: support new split sound ioctls
Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that.
Fix mips SOL_SOCKET issues by rearranging includes.
Improve few other fields.
Diffstat (limited to 'sys/linux/dev_snd_midi_386.const')
| -rw-r--r-- | sys/linux/dev_snd_midi_386.const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/dev_snd_midi_386.const b/sys/linux/dev_snd_midi_386.const index 8b2b2a9f6..9b383226d 100644 --- a/sys/linux/dev_snd_midi_386.const +++ b/sys/linux/dev_snd_midi_386.const @@ -7,9 +7,9 @@ SNDRV_RAWMIDI_IOCTL_DROP = 1074026288 SNDRV_RAWMIDI_IOCTL_INFO = 2165069569 SNDRV_RAWMIDI_IOCTL_PARAMS = 3223344912 SNDRV_RAWMIDI_IOCTL_PVERSION = 2147768064 -SNDRV_RAWMIDI_IOCTL_STATUS = 3223607072 +SNDRV_RAWMIDI_IOCTL_STATUS32 = 3223607072 +SNDRV_RAWMIDI_IOCTL_STATUS64 = 3224917792 SNDRV_RAWMIDI_STREAM_INPUT = 1 -SNDRV_RAWMIDI_STREAM_LAST = 1 SNDRV_RAWMIDI_STREAM_OUTPUT = 0 __NR_ioctl = 54 __NR_read = 3 |
