Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
seq_virmidi.c File Reference
#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)
 

Function Documentation

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 
)

Definition at line 490 of file seq_virmidi.c.