summaryrefslogtreecommitdiff
path: root/firmware/export/as3514.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r--firmware/export/as3514.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 2db28397f1..40bf512517 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -222,6 +222,12 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
222#endif 222#endif
223/* Use AS3514_VOL_MASK */ 223/* Use AS3514_VOL_MASK */
224 224
225/* DAC_IF (11h) */
226#ifdef HAVE_AS3543
227#define AS3543_DAC_INT_PLL (0x0 << 7)
228#define AS3543_DAC_EXT_MCLK (0x1 << 7)
229#endif
230
225/* AUDIOSET1 (14h)*/ 231/* AUDIOSET1 (14h)*/
226#define AUDIOSET1_ADC_on (0x1 << 7) 232#define AUDIOSET1_ADC_on (0x1 << 7)
227#define AUDIOSET1_SUM_on (0x1 << 6) 233#define AUDIOSET1_SUM_on (0x1 << 6)