Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
voice.c File Reference
#include <linux/time.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/emu10k1.h>

Go to the source code of this file.

Functions

int snd_emu10k1_voice_alloc (struct snd_emu10k1 *emu, int type, int number, struct snd_emu10k1_voice **rvoice)
 
 EXPORT_SYMBOL (snd_emu10k1_voice_alloc)
 
int snd_emu10k1_voice_free (struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice)
 
 EXPORT_SYMBOL (snd_emu10k1_voice_free)
 

Function Documentation

EXPORT_SYMBOL ( snd_emu10k1_voice_alloc  )
EXPORT_SYMBOL ( snd_emu10k1_voice_free  )
int snd_emu10k1_voice_alloc ( struct snd_emu10k1 *  emu,
int  type,
int  number,
struct snd_emu10k1_voice **  rvoice 
)

Definition at line 115 of file voice.c.

int snd_emu10k1_voice_free ( struct snd_emu10k1 *  emu,
struct snd_emu10k1_voice *  pvoice 
)

Definition at line 152 of file voice.c.