Searched refs:snd_fasync_helper (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/ |
| H A D | misc.c | 118 int snd_fasync_helper(int fd, struct file *file, int on, in snd_fasync_helper() function 143 EXPORT_SYMBOL_GPL(snd_fasync_helper);
|
| H A D | control.c | 2230 return snd_fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_register_layer()
|
| H A D | timer.c | 2317 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_read()
|
| H A D | pcm_native.c | 4086 return snd_fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_hw_convert_from_old_params()
|
| /linux/include/sound/ |
| H A D | core.h | 448 int snd_fasync_helper(int fd, struct file *file, int on,
|