Linux Kernel
3.7.1
|
#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) | |
EXPORT_SYMBOL | ( | snd_emux_new | ) |
EXPORT_SYMBOL | ( | snd_emux_register | ) |
EXPORT_SYMBOL | ( | snd_emux_free | ) |
MODULE_AUTHOR | ( | "Takashi Iwai" | ) |
MODULE_LICENSE | ( | "GPL" | ) |