aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_snd_timer_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-18 10:27:38 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-18 10:50:24 +0100
commit2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (patch)
tree11a562aafe0b89ca25d7d47700e15dcbe297f3c2 /sys/linux/dev_snd_timer_ppc64le.const
parent0d635f1100a7b1d628f57637a7cc7fdb8c3f15f8 (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_timer_ppc64le.const')
-rw-r--r--sys/linux/dev_snd_timer_ppc64le.const5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/linux/dev_snd_timer_ppc64le.const b/sys/linux/dev_snd_timer_ppc64le.const
index ba15d97b4..0c8e2214e 100644
--- a/sys/linux/dev_snd_timer_ppc64le.const
+++ b/sys/linux/dev_snd_timer_ppc64le.const
@@ -33,10 +33,13 @@ SNDRV_TIMER_IOCTL_PAUSE = 536892579
SNDRV_TIMER_IOCTL_PVERSION = 1074025472
SNDRV_TIMER_IOCTL_SELECT = 2150913040
SNDRV_TIMER_IOCTL_START = 536892576
-SNDRV_TIMER_IOCTL_STATUS = 1080054804
+SNDRV_TIMER_IOCTL_STATUS32 = 1079530516
+SNDRV_TIMER_IOCTL_STATUS64 = 1080054804
SNDRV_TIMER_IOCTL_STOP = 536892577
SNDRV_TIMER_IOCTL_TREAD = 2147767298
SNDRV_TIMER_PSFLG_AUTO = 1
SNDRV_TIMER_PSFLG_EARLY_EVENT = 4
SNDRV_TIMER_PSFLG_EXCLUSIVE = 2
+SND_TIMER_STATUS32_SIZE = 88
+SND_TIMER_STATUS64_SIZE = 96
__NR_ioctl = 54