Linux Kernel
3.7.1
|
Data Fields | |
struct snd_emu8000 * | emu |
struct snd_pcm_substream * | substream |
unsigned int | allocated_bytes |
struct snd_util_memblk * | block |
unsigned int | offset |
unsigned int | buf_size |
unsigned int | period_size |
unsigned int | loop_start [2] |
unsigned int | pitch |
int | panning [2] |
int | last_ptr |
int | period_pos |
int | voices |
unsigned int | dram_opened: 1 |
unsigned int | running: 1 |
unsigned int | timer_running: 1 |
struct timer_list | timer |
spinlock_t | timer_lock |
Definition at line 50 of file emu8000_pcm.c.
unsigned int allocated_bytes |
Definition at line 54 of file emu8000_pcm.c.
Definition at line 55 of file emu8000_pcm.c.
unsigned int buf_size |
Definition at line 57 of file emu8000_pcm.c.
unsigned int dram_opened |
Definition at line 65 of file emu8000_pcm.c.
Definition at line 51 of file emu8000_pcm.c.
int last_ptr |
Definition at line 62 of file emu8000_pcm.c.
unsigned int loop_start[2] |
Definition at line 59 of file emu8000_pcm.c.
Definition at line 56 of file emu8000_pcm.c.
int panning[2] |
Definition at line 61 of file emu8000_pcm.c.
int period_pos |
Definition at line 63 of file emu8000_pcm.c.
unsigned int period_size |
Definition at line 58 of file emu8000_pcm.c.
unsigned int pitch |
Definition at line 60 of file emu8000_pcm.c.
unsigned int running |
Definition at line 66 of file emu8000_pcm.c.
struct snd_pcm_substream* substream |
Definition at line 52 of file emu8000_pcm.c.
Definition at line 68 of file emu8000_pcm.c.
spinlock_t timer_lock |
Definition at line 69 of file emu8000_pcm.c.
unsigned int timer_running |
Definition at line 67 of file emu8000_pcm.c.
int voices |
Definition at line 64 of file emu8000_pcm.c.