Home
last modified time | relevance | path

Searched refs:snd_seq_oss_poll (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_device.h127 unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
Dseq_oss_rw.c200 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) in snd_seq_oss_poll() function
Dseq_oss.c202 return snd_seq_oss_poll(dp, file, wait); in odev_poll()