Implementing ESS DMA counter; handling disable of auto-init while DMA is turned on

This commit is contained in:
Kagamiin~
2024-03-11 18:49:10 -03:00
parent 34be04ab80
commit 7c99887293
2 changed files with 148 additions and 31 deletions

View File

@@ -146,6 +146,7 @@ typedef struct sb_dsp_t {
uint8_t ess_playback_mode;
uint8_t ess_extended_mode;
uint8_t ess_reload_len;
uint32_t ess_dma_counter;
mpu_t *mpu;
} sb_dsp_t;