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