|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/delay.h>#include "sound_config.h"#include "opl3_hw.h"Go to the source code of this file.
Data Structures | |
| struct | voice_info |
| struct | opl_devinfo |
Macros | |
| #define | MAX_VOICE 18 |
| #define | OFFS_4OP 11 |
| #define | HIHAT 0 |
| #define | CYMBAL 1 |
| #define | TOMTOM 2 |
| #define | SNARE 3 |
| #define | BDRUM 4 |
| #define | UNDEFINED TOMTOM |
| #define | DEFAULT TOMTOM |
| #define | SET_VIBRATO(cell) |
Typedefs | |
| typedef struct opl_devinfo | opl_devinfo |
Functions | |
| module_param (io, int, 0) | |
| module_init (init_opl3) | |
| module_exit (cleanup_opl3) | |
| __setup ("opl3=", setup_opl3) | |
| MODULE_LICENSE ("GPL") | |
| #define SET_VIBRATO | ( | cell | ) |
| typedef struct opl_devinfo opl_devinfo |
| __setup | ( | ) |
| module_exit | ( | cleanup_opl3 | ) |
| module_init | ( | init_opl3 | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2