From 667b9a6950fb09cf18b6d6add928e6cf035cce3f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 7 Jun 2018 11:10:49 +0200 Subject: sys/linux: fix up midi descriptions --- sys/linux/midi_ppc64le.const | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/linux/midi_ppc64le.const (limited to 'sys/linux/midi_ppc64le.const') diff --git a/sys/linux/midi_ppc64le.const b/sys/linux/midi_ppc64le.const new file mode 100644 index 000000000..9da7a5137 --- /dev/null +++ b/sys/linux/midi_ppc64le.const @@ -0,0 +1,14 @@ +# AUTOGENERATED FILE +SNDRV_RAWMIDI_INFO_DUPLEX = 4 +SNDRV_RAWMIDI_INFO_INPUT = 2 +SNDRV_RAWMIDI_INFO_OUTPUT = 1 +SNDRV_RAWMIDI_IOCTL_DRAIN = 2147768113 +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_STREAM_INPUT = 1 +SNDRV_RAWMIDI_STREAM_LAST = 1 +SNDRV_RAWMIDI_STREAM_OUTPUT = 0 +__NR_ioctl = 54 -- cgit mrf-deployment