Searched refs:fd (Results 1 – 5 of 5) sorted by relevance
/sound/core/ |
D | pcm_native.c | 1807 static int snd_pcm_link(struct snd_pcm_substream *substream, int fd) in snd_pcm_link() argument 1813 struct fd f = fdget(fd); in snd_pcm_link() 3521 static int snd_pcm_fasync(int fd, struct file * file, int on) in snd_pcm_fasync() argument 3532 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
|
D | init.c | 364 static int snd_disconnect_fasync(int fd, struct file *file, int on) in snd_disconnect_fasync() argument
|
D | control.c | 1725 static int snd_ctl_fasync(int fd, struct file * file, int on) in snd_ctl_fasync() argument 1730 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 1949 static int snd_timer_user_fasync(int fd, struct file * file, int on) in snd_timer_user_fasync() argument 1954 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|
/sound/oss/ |
D | CHANGELOG | 363 ioctl(fd, SNDCTL_DSP_SUBDIVIDE, &n) where n should be 1, 2 or 4.
|