Searched defs:snd_emu10k1_fx8010_pcm (Results 1 – 1 of 1) sorted by relevance
1596 struct snd_emu10k1_fx8010_pcm { struct1597 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) */[all …]