aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_snd_timer.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptions in dev_snd_timer.txtfellair2025-06-041-8/+27
| | | | | | | | | | | | | | | 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.
* sys/linux: fix errorsYu Hao2022-09-281-15/+5
|
* sys/linux: fix errorsYu Hao2022-09-281-2/+22
|
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-241-1/+1
|
* sys/linux: support new split sound ioctlsDmitry Vyukov2019-12-181-1/+7
| | | | | | 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: add /dev/snd/pcm* descriptionsDmitry Vyukov2019-12-011-1/+4
|
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+76
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.