|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/sched.h>#include <linux/interrupt.h>#include <linux/delay.h>#include <linux/spinlock.h>#include <linux/bitops.h>#include "sound_config.h"#include "waveartist.h"Go to the source code of this file.
Data Structures | |
| struct | wavnc_info |
| struct | waveartist_mixer_info |
| struct | wavnc_port_info |
| struct | mix_ent |
Macros | |
| #define | DEBUG_CMD 1 |
| #define | DEBUG_OUT 2 |
| #define | DEBUG_IN 4 |
| #define | DEBUG_INTR 8 |
| #define | DEBUG_MIXER 16 |
| #define | DEBUG_TRIGGER 32 |
| #define | debug_flg (0) |
| #define | NO_DMA 255 |
| #define | SUPPORTED_MIXER_DEVICES |
| #define | machine_is_netwinder() 0 |
| #define | SCALE(lev, max) ((lev) * (max) / 100) |
Typedefs | |
| typedef struct wavnc_port_info | wavnc_port_info |
Functions | |
| module_init (init_waveartist) | |
| module_exit (cleanup_waveartist) | |
| __setup ("waveartist=", setup_waveartist) | |
| MODULE_DESCRIPTION ("Rockwell WaveArtist RWA-010 sound driver") | |
| module_param (io, int, 0) | |
| module_param (irq, int, 0) | |
| module_param (dma, int, 0) | |
| module_param (dma2, int, 0) | |
| MODULE_LICENSE ("GPL") | |
| #define DEBUG_CMD 1 |
Definition at line 27 of file waveartist.c.
| #define debug_flg (0) |
Definition at line 34 of file waveartist.c.
| #define DEBUG_IN 4 |
Definition at line 29 of file waveartist.c.
| #define DEBUG_INTR 8 |
Definition at line 30 of file waveartist.c.
| #define DEBUG_MIXER 16 |
Definition at line 31 of file waveartist.c.
| #define DEBUG_OUT 2 |
Definition at line 28 of file waveartist.c.
| #define DEBUG_TRIGGER 32 |
Definition at line 32 of file waveartist.c.
| #define machine_is_netwinder | ( | ) | 0 |
Definition at line 151 of file waveartist.c.
| #define NO_DMA 255 |
Definition at line 55 of file waveartist.c.
| #define SUPPORTED_MIXER_DEVICES |
Definition at line 58 of file waveartist.c.
| typedef struct wavnc_port_info wavnc_port_info |
| __setup | ( | ) |
| MODULE_DESCRIPTION | ( | "Rockwell WaveArtist RWA-010 sound driver" | ) |
| module_exit | ( | cleanup_waveartist | ) |
| module_init | ( | init_waveartist | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | dma2 | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2