Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 5 of 5) sorted by relevance

/sound/core/
Dpcm_native.c1776 static int snd_pcm_link(struct snd_pcm_substream *substream, int fd) in snd_pcm_link() argument
1782 struct fd f = fdget(fd); in snd_pcm_link()
3509 static int snd_pcm_fasync(int fd, struct file * file, int on) in snd_pcm_fasync() argument
3520 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
Dcontrol.c1591 static int snd_ctl_fasync(int fd, struct file * file, int on) in snd_ctl_fasync() argument
1596 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
Dinit.c344 static int snd_disconnect_fasync(int fd, struct file *file, int on) in snd_disconnect_fasync() argument
Dtimer.c1934 static int snd_timer_user_fasync(int fd, struct file * file, int on) in snd_timer_user_fasync() argument
1939 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
/sound/oss/
DCHANGELOG363 ioctl(fd, SNDCTL_DSP_SUBDIVIDE, &n) where n should be 1, 2 or 4.