Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
emux.c File Reference
#include <linux/wait.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <sound/core.h>
#include <sound/emux_synth.h>
#include <linux/init.h>
#include <linux/module.h>
#include "emux_voice.h"

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Takashi Iwai")
 
 MODULE_DESCRIPTION ("Routines for control of EMU WaveTable chip")
 
 MODULE_LICENSE ("GPL")
 
int snd_emux_new (struct snd_emux **remu)
 
 EXPORT_SYMBOL (snd_emux_new)
 
int snd_emux_register (struct snd_emux *emu, struct snd_card *card, int index, char *name)
 
 EXPORT_SYMBOL (snd_emux_register)
 
int snd_emux_free (struct snd_emux *emu)
 
 EXPORT_SYMBOL (snd_emux_free)
 

Function Documentation

EXPORT_SYMBOL ( snd_emux_new  )
EXPORT_SYMBOL ( snd_emux_register  )
EXPORT_SYMBOL ( snd_emux_free  )
MODULE_AUTHOR ( "Takashi Iwai"  )
MODULE_DESCRIPTION ( "Routines for control of EMU WaveTable chip )
MODULE_LICENSE ( "GPL"  )
int snd_emux_free ( struct snd_emux emu)

Definition at line 143 of file emux.c.

int snd_emux_new ( struct snd_emux **  remu)

Definition at line 37 of file emux.c.

int snd_emux_register ( struct snd_emux emu,
struct snd_card card,
int  index,
char name 
)

Definition at line 92 of file emux.c.