Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/export.h>
#include <sound/opl3.h>
#include <sound/asound_fm.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (snd_opl3_regmap) | |
int | snd_opl3_open (struct snd_hwdep *hw, struct file *file) |
int | snd_opl3_ioctl (struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned long arg) |
int | snd_opl3_release (struct snd_hwdep *hw, struct file *file) |
void | snd_opl3_reset (struct snd_opl3 *opl3) |
EXPORT_SYMBOL (snd_opl3_reset) | |
Variables | |
char | snd_opl3_regmap [MAX_OPL2_VOICES][4] |
EXPORT_SYMBOL | ( | snd_opl3_regmap | ) |
EXPORT_SYMBOL | ( | snd_opl3_reset | ) |
int snd_opl3_ioctl | ( | struct snd_hwdep * | hw, |
struct file * | file, | ||
unsigned int | cmd, | ||
unsigned long | arg | ||
) |
Definition at line 91 of file opl3_synth.c.
Definition at line 83 of file opl3_synth.c.
Definition at line 182 of file opl3_synth.c.
Definition at line 358 of file opl3_synth.c.
char snd_opl3_regmap[MAX_OPL2_VOICES][4] |
Definition at line 50 of file opl3_synth.c.