Searched defs:esschan (Results 1 – 1 of 1) sorted by relevance
461 struct esschan { struct462 int running;464 u8 apu[4];465 u8 apu_mode[4];468 struct esm_memory *memory;470 struct esm_memory *mixbuf;472 unsigned int hwptr; /* current hw pointer in bytes */473 unsigned int count; /* sample counter in bytes */474 unsigned int dma_size; /* total buffer size in bytes */475 unsigned int frag_size; /* period size in bytes */[all …]