Lines Matching defs:snd_ymfpci_pcm
252 struct snd_ymfpci_pcm { struct
254 enum snd_ymfpci_pcm_type type; argument
255 struct snd_pcm_substream *substream;
256 struct snd_ymfpci_voice *voices[2]; /* playback only */
257 unsigned int running: 1,
258 use_441_slot: 1,
259 output_front: 1,
260 output_rear: 1,
261 swap_rear: 1;
262 unsigned int update_pcm_vol;
263 u32 period_size; /* cached from runtime->period_size */
264 u32 buffer_size; /* cached from runtime->buffer_size */
265 u32 period_pos;
266 u32 last_pos;
267 u32 capture_bank_number;
268 u32 shift;