|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/wait.h>#include <linux/module.h>#include <linux/slab.h>#include <sound/core.h>#include <sound/rawmidi.h>#include <sound/info.h>#include <sound/control.h>#include <sound/minors.h>#include <sound/seq_kernel.h>#include <sound/seq_midi_event.h>#include <sound/seq_virmidi.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Takashi Iwai <[email protected]>") | |
| MODULE_DESCRIPTION ("Virtual Raw MIDI client on Sequencer") | |
| MODULE_LICENSE ("GPL") | |
| int | snd_virmidi_new (struct snd_card *card, int device, struct snd_rawmidi **rrmidi) |
| MODULE_AUTHOR | ( | "Takashi Iwai <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Virtual Raw MIDI client on Sequencer" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 490 of file seq_virmidi.c.
1.8.2