Lines Matching defs:snd_emu8k_pcm
39 struct snd_emu8k_pcm { struct
40 struct snd_emu8000 *emu;
41 struct snd_pcm_substream *substream;
43 unsigned int allocated_bytes;
44 struct snd_util_memblk *block;
45 unsigned int offset;
46 unsigned int buf_size;
47 unsigned int period_size;
48 unsigned int loop_start[2];
49 unsigned int pitch;
50 int panning[2];
51 int last_ptr;
52 int period_pos;
53 int voices;
54 unsigned int dram_opened: 1;
55 unsigned int running: 1;
56 unsigned int timer_running: 1;
57 struct timer_list timer;
58 spinlock_t timer_lock;