Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c1807 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()
Dinit.c364 static int snd_disconnect_fasync(int fd, struct file *file, int on) in snd_disconnect_fasync() argument
Dcontrol.c1725 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()
Dtimer.c1949 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/
DCHANGELOG363 ioctl(fd, SNDCTL_DSP_SUBDIVIDE, &n) where n should be 1, 2 or 4.