aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_snd_timer.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptions in dev_snd_timer.txtfellair2025-06-041-9/+4
| | | | | | | | | | | | | | | 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: switch to the new .const formatDmitry Vyukov2020-08-131-0/+48
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983