Lines Matching defs:snd_emu10k1_fx8010_pcm
1581 struct snd_emu10k1_fx8010_pcm { struct
1582 unsigned int valid: 1,
1583 opened: 1,
1584 active: 1;
1585 unsigned int channels; /* 16-bit channels count */
1586 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1587 unsigned int buffer_size; /* count of buffered samples */
1588 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
1589 …gned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
1590 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
1614 struct snd_emu10k1_fx8010_pcm pcm[8]; argument