Lines Matching defs:snd_emu10k1_fx8010_pcm
1596 struct snd_emu10k1_fx8010_pcm { struct
1597 unsigned int valid: 1,
1598 opened: 1,
1599 active: 1;
1600 unsigned int channels; /* 16-bit channels count */
1601 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1602 unsigned int buffer_size; /* count of buffered samples */
1603 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
1604 …gned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
1605 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
1629 struct snd_emu10k1_fx8010_pcm pcm[8]; argument