Searched refs:snd_fasync_helper (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/sound/core/ |
D | misc.c | 118 int snd_fasync_helper(int fd, struct file *file, int on, in snd_fasync_helper() function 145 EXPORT_SYMBOL_GPL(snd_fasync_helper);
|
D | control.c | 2152 return snd_fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 2306 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|
D | pcm_native.c | 3990 return snd_fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
|
/linux-6.14.4/include/sound/ |
D | core.h | 446 int snd_fasync_helper(int fd, struct file *file, int on,
|