diff options
| author | fellair <tesladead43@gmail.com> | 2025-06-02 20:13:22 +0300 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-06-04 13:58:10 +0000 |
| commit | 6b6b5f21aadcc3fc3ccd91da0b782a4307229d70 (patch) | |
| tree | 422fad3eff06a0cfce846f057210a44115b6ce19 /sys/linux/dev_snd_timer.txt.const | |
| parent | fd5e6e6163762c69d56c2cf63b53ec292c2f23ea (diff) | |
sys/linux: update descriptions in dev_snd_timer.txt
A few things done here:
- Add new userspace-driven ioctls (and necessary structs as well):
SNDRV_TIMER_IOCTL_CREATE
SNDRV_TIMER_IOCTL_TRIGGER
- Change a few object pointers' directions to better reflect their
intent (mostly inout).
- Split old SNDRV_TIMER_IOCTL_TREAD into two:
SNDRV_TIMER_IOCTL_TREAD_OLD and SNDRV_TIMER_IOCTL_TREAD64 the way
it is done in the kernel.
- Remove TODO descriptions concerning SNDCTL_TMR_START etc. as they
are described elsewhere, and as far as I can tell, are not necessary
here.
Diffstat (limited to 'sys/linux/dev_snd_timer.txt.const')
| -rw-r--r-- | sys/linux/dev_snd_timer.txt.const | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/linux/dev_snd_timer.txt.const b/sys/linux/dev_snd_timer.txt.const index f0f4b85cb..4a65ba80a 100644 --- a/sys/linux/dev_snd_timer.txt.const +++ b/sys/linux/dev_snd_timer.txt.const @@ -1,14 +1,6 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x AT_FDCWD = 18446744073709551516 -SNDCTL_TMR_CONTINUE = 21508, mips64le:ppc64le:536892420 -SNDCTL_TMR_METRONOME = 1074025479, mips64le:ppc64le:2147767303 -SNDCTL_TMR_SELECT = 1074025480, mips64le:ppc64le:2147767304 -SNDCTL_TMR_SOURCE = 3221509126 -SNDCTL_TMR_START = 21506, mips64le:ppc64le:536892418 -SNDCTL_TMR_STOP = 21507, mips64le:ppc64le:536892419 -SNDCTL_TMR_TEMPO = 3221509125 -SNDCTL_TMR_TIMEBASE = 3221509121 SNDRV_TIMER_EVENT_CONTINUE = 4 SNDRV_TIMER_EVENT_EARLY = 6 SNDRV_TIMER_EVENT_MCONTINUE = 14 @@ -25,6 +17,7 @@ SNDRV_TIMER_EVENT_STOP = 3 SNDRV_TIMER_EVENT_SUSPEND = 7 SNDRV_TIMER_EVENT_TICK = 1 SNDRV_TIMER_IOCTL_CONTINUE = 21666, mips64le:ppc64le:536892578 +SNDRV_TIMER_IOCTL_CREATE = 3223344293 SNDRV_TIMER_IOCTL_GINFO = 3237499907, 386:arm:3235927043 SNDRV_TIMER_IOCTL_GPARAMS = 1078481924, 386:arm:1077695492, mips64le:ppc64le:2152223748 SNDRV_TIMER_IOCTL_GSTATUS = 3226489861, 386:arm:3225441285 @@ -38,7 +31,9 @@ SNDRV_TIMER_IOCTL_START = 21664, mips64le:ppc64le:536892576 SNDRV_TIMER_IOCTL_STATUS32 = 2153272340, mips64le:ppc64le:1079530516 SNDRV_TIMER_IOCTL_STATUS64 = 2153796628, mips64le:ppc64le:1080054804 SNDRV_TIMER_IOCTL_STOP = 21665, mips64le:ppc64le:536892577 -SNDRV_TIMER_IOCTL_TREAD = 1074025474, 386:arm:???, mips64le:ppc64le:2147767298 +SNDRV_TIMER_IOCTL_TREAD64 = 1074025636, mips64le:ppc64le:2147767460 +SNDRV_TIMER_IOCTL_TREAD_OLD = 1074025474, mips64le:ppc64le:2147767298 +SNDRV_TIMER_IOCTL_TRIGGER = 21670, mips64le:ppc64le:536892582 SNDRV_TIMER_PSFLG_AUTO = 1 SNDRV_TIMER_PSFLG_EARLY_EVENT = 4 SNDRV_TIMER_PSFLG_EXCLUSIVE = 2 |
