summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/as3514.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 5ae813ca0b..edaedd5157 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -102,9 +102,7 @@ extern void audiohw_set_sample_rate(int sampling_control);
102 102
103#define ADC_UNREG_POWER ADC_BVDD /* For compatibility */ 103#define ADC_UNREG_POWER ADC_BVDD /* For compatibility */
104 104
105#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ 105
106 || CONFIG_CPU == AS3525
107#define AS3514_I2C_ADDR 0x46 106#define AS3514_I2C_ADDR 0x46
108#endif
109 107
110#endif /* _AS3514_H */ 108#endif /* _AS3514_H */