summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/es9018.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/es9018.c')
-rw-r--r--firmware/drivers/audio/es9018.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/audio/es9018.c b/firmware/drivers/audio/es9018.c
index 89e8c1d46f..6a73f7a2d3 100644
--- a/firmware/drivers/audio/es9018.c
+++ b/firmware/drivers/audio/es9018.c
@@ -25,8 +25,8 @@
25#include "audio.h" 25#include "audio.h"
26#include "audiohw.h" 26#include "audiohw.h"
27 27
28/* NOTE: The register names are not known, as the register numbering 28/* NOTE: This implementation is specifically for the ES9018K2M, which has a different register
29 listed in the ES9018 datasheet does not match what is described below.. */ 29 * structure from the ES9018. */
30 30
31static uint8_t reg0 = 0x00; /* System settings. Default value of register 0 */ 31static uint8_t reg0 = 0x00; /* System settings. Default value of register 0 */
32static uint8_t reg1 = 0x80; /* Input settings. Manual input, I2S, 32-bit (?) */ 32static uint8_t reg1 = 0x80; /* Input settings. Manual input, I2S, 32-bit (?) */