| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: update descriptions in dev_snd_timer.txt | fellair | 2025-06-04 | 1 | -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 errors | Yu Hao | 2022-09-28 | 1 | -15/+5 |
| | | |||||
| * | sys/linux: fix errors | Yu Hao | 2022-09-28 | 1 | -2/+22 |
| | | |||||
| * | sys/linux: don't use syz_open_dev when openat is enough | Dmitry Vyukov | 2020-03-24 | 1 | -1/+1 |
| | | |||||
| * | sys/linux: support new split sound ioctls | Dmitry Vyukov | 2019-12-18 | 1 | -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* descriptions | Dmitry Vyukov | 2019-12-01 | 1 | -1/+4 |
| | | |||||
| * | sys/linux: rename dev descriptions files | Andrey Konovalov | 2019-02-01 | 1 | -0/+76 |
| Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. | |||||
