|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/spinlock.h>#include "sound_config.h"#include "v_midi.h"#include "midi_synth.h"Go to the source code of this file.
Data Structures | |
| struct | vmidi_memory |
Macros | |
| #define | MIDI_SYNTH_NAME "Loopback MIDI" |
| #define | MIDI_SYNTH_CAPS SYNTH_CAP_INPUT |
Functions | |
| module_init (init_vmidi) | |
| module_exit (cleanup_vmidi) | |
| MODULE_LICENSE ("GPL") | |
| #define MIDI_SYNTH_CAPS SYNTH_CAP_INPUT |
| module_exit | ( | cleanup_vmidi | ) |
| module_init | ( | init_vmidi | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2