From 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 10:27:38 +0100 Subject: 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. --- sys/linux/dev_snd_midi_mips64le.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/dev_snd_midi_mips64le.const') diff --git a/sys/linux/dev_snd_midi_mips64le.const b/sys/linux/dev_snd_midi_mips64le.const index 4462fb9bb..ba8021af3 100644 --- a/sys/linux/dev_snd_midi_mips64le.const +++ b/sys/linux/dev_snd_midi_mips64le.const @@ -7,9 +7,9 @@ SNDRV_RAWMIDI_IOCTL_DROP = 2147768112 SNDRV_RAWMIDI_IOCTL_INFO = 1091327745 SNDRV_RAWMIDI_IOCTL_PARAMS = 3224393488 SNDRV_RAWMIDI_IOCTL_PVERSION = 1074026240 -SNDRV_RAWMIDI_IOCTL_STATUS = 3224917792 +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 = 5015 __NR_read = 5000 -- cgit mrf-deployment