Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
opl3_oss.c File Reference
#include <linux/export.h>
#include "opl3_voice.h"

Go to the source code of this file.

Macros

#define SBFM_MAXINSTR   256
 

Functions

void snd_opl3_init_seq_oss (struct snd_opl3 *opl3, char *name)
 
void snd_opl3_free_seq_oss (struct snd_opl3 *opl3)
 

Variables

struct snd_midi_op opl3_ops
 

Macro Definition Documentation

#define SBFM_MAXINSTR   256

Definition at line 201 of file opl3_oss.c.

Function Documentation

void snd_opl3_free_seq_oss ( struct snd_opl3 opl3)

Definition at line 149 of file opl3_oss.c.

void snd_opl3_init_seq_oss ( struct snd_opl3 opl3,
char name 
)

Definition at line 119 of file opl3_oss.c.

Variable Documentation

struct snd_midi_op opl3_ops

Definition at line 145 of file opl3_seq.c.