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