Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsound_calls.h72 int MIDIbuf_ioctl (int dev, struct file *file, unsigned int cmd, caddr_t arg);
Dmidibuf.c369 int MIDIbuf_ioctl(int dev, struct file *file, in MIDIbuf_ioctl() function
Dsoundcard.c398 return MIDIbuf_ioctl(dev, file, cmd, (caddr_t)arg); in sound_ioctl()