Lines Matching defs:snd_emu8k_pcm
50 struct snd_emu8k_pcm { struct
51 struct snd_emu8000 *emu;
52 struct snd_pcm_substream *substream;
54 unsigned int allocated_bytes;
55 struct snd_util_memblk *block;
56 unsigned int offset;
57 unsigned int buf_size;
58 unsigned int period_size;
59 unsigned int loop_start[2];
60 unsigned int pitch;
61 int panning[2];
62 int last_ptr;
63 int period_pos;
64 int voices;
65 unsigned int dram_opened: 1;
66 unsigned int running: 1;
67 unsigned int timer_running: 1;
68 struct timer_list timer;
69 spinlock_t timer_lock;