Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsound_calls.h73 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait);
Dmidibuf.c405 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) in MIDIbuf_poll() function
Dsoundcard.c417 return MIDIbuf_poll(dev, file, wait); in sound_poll()