Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsound_calls.h70 int MIDIbuf_open (int dev, struct file *file);
Dmidibuf.c158 int MIDIbuf_open(int dev, struct file *file) in MIDIbuf_open() function
Dsoundcard.c238 if ((retval = MIDIbuf_open(dev, file)) < 0) in sound_open()