Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dsound_calls.h66 int MIDIbuf_write (int dev, struct file *file, const char __user *buf, int count);
Dmidibuf.c259 int MIDIbuf_write(int dev, struct file *file, const char __user *buf, int count) in MIDIbuf_write() function
Dsoundcard.c195 ret = MIDIbuf_write(dev, file, buf, count); in sound_write()