Linux Kernel
3.7.1
|
#include <asm/io.h>
#include <linux/init.h>
#include <linux/time.h>
#include <linux/wait.h>
#include <sound/core.h>
#include <sound/snd_wavefront.h>
Go to the source code of this file.
Variables | |
struct snd_rawmidi_ops | snd_wavefront_midi_output |
struct snd_rawmidi_ops | snd_wavefront_midi_input |
void snd_wavefront_midi_disable_virtual | ( | snd_wavefront_card_t * | card | ) |
Definition at line 472 of file wavefront_midi.c.
void snd_wavefront_midi_enable_virtual | ( | snd_wavefront_card_t * | card | ) |
Definition at line 459 of file wavefront_midi.c.
void snd_wavefront_midi_interrupt | ( | snd_wavefront_card_t * | card | ) |
Definition at line 406 of file wavefront_midi.c.
int __devinit snd_wavefront_midi_start | ( | snd_wavefront_card_t * | card | ) |
Definition at line 485 of file wavefront_midi.c.
struct snd_rawmidi_ops snd_wavefront_midi_input |
Definition at line 571 of file wavefront_midi.c.
struct snd_rawmidi_ops snd_wavefront_midi_output |
Definition at line 564 of file wavefront_midi.c.