Linux Kernel
3.7.1
|
#include <snd_wavefront.h>
Data Fields | |
unsigned long | irq |
unsigned long | base |
struct resource * | res_base |
volatile int | irq_ok |
volatile int | irq_cnt |
char | debug |
int | freemem |
char | fw_version [2] |
char | hw_version [2] |
char | israw |
char | has_fx |
char | fx_initialized |
char | prog_status [WF_MAX_PROGRAM] |
char | patch_status [WF_MAX_PATCH] |
char | sample_status [WF_MAX_SAMPLE] |
int | samples_used |
char | interrupts_are_midi |
char | rom_samples_rdonly |
spinlock_t | irq_lock |
wait_queue_head_t | interrupt_sleeper |
snd_wavefront_midi_t | midi |
struct snd_card * | card |
Definition at line 48 of file snd_wavefront.h.
unsigned long base |
Definition at line 50 of file snd_wavefront.h.
Definition at line 97 of file snd_wavefront.h.
char debug |
Definition at line 80 of file snd_wavefront.h.
int freemem |
Definition at line 81 of file snd_wavefront.h.
char fw_version[2] |
Definition at line 83 of file snd_wavefront.h.
char fx_initialized |
Definition at line 87 of file snd_wavefront.h.
char has_fx |
Definition at line 86 of file snd_wavefront.h.
char hw_version[2] |
Definition at line 84 of file snd_wavefront.h.
wait_queue_head_t interrupt_sleeper |
Definition at line 95 of file snd_wavefront.h.
char interrupts_are_midi |
Definition at line 92 of file snd_wavefront.h.
unsigned long irq |
Definition at line 49 of file snd_wavefront.h.
volatile int irq_cnt |
Definition at line 79 of file snd_wavefront.h.
spinlock_t irq_lock |
Definition at line 94 of file snd_wavefront.h.
volatile int irq_ok |
Definition at line 78 of file snd_wavefront.h.
char israw |
Definition at line 85 of file snd_wavefront.h.
snd_wavefront_midi_t midi |
Definition at line 96 of file snd_wavefront.h.
char patch_status[WF_MAX_PATCH] |
Definition at line 89 of file snd_wavefront.h.
char prog_status[WF_MAX_PROGRAM] |
Definition at line 88 of file snd_wavefront.h.
Definition at line 51 of file snd_wavefront.h.
char rom_samples_rdonly |
Definition at line 93 of file snd_wavefront.h.
char sample_status[WF_MAX_SAMPLE] |
Definition at line 90 of file snd_wavefront.h.
int samples_used |
Definition at line 91 of file snd_wavefront.h.