Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsound_calls.h69 int MIDIbuf_write (int dev, struct file *file, const char *buf, int count);
Dmidibuf.c269 int MIDIbuf_write(int dev, struct file *file, const char *buf, int count) in MIDIbuf_write() function
Dsoundcard.c199 ret = MIDIbuf_write(dev, file, buf, count); in sound_write()