From 6b6b5f21aadcc3fc3ccd91da0b782a4307229d70 Mon Sep 17 00:00:00 2001 From: fellair Date: Mon, 2 Jun 2025 20:13:22 +0300 Subject: 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. --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1b6946cc2..f4e93f0d9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -139,3 +139,4 @@ Ji Hyeon Jeong Rivos Inc. Alexandre Ghiti Jeongjun Park +Nikita Zhandarovich -- cgit mrf-deployment