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