Searched refs:snd_fasync_helper (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
D | misc.c | 189 int snd_fasync_helper(int fd, struct file *file, int on, in snd_fasync_helper() function 216 EXPORT_SYMBOL_GPL(snd_fasync_helper);
|
D | control.c | 1945 return snd_fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 2139 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|
/kernel/linux/linux-5.10/include/sound/ |
D | core.h | 452 int snd_fasync_helper(int fd, struct file *file, int on,
|