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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 40bf512517..fac43c7b90 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -202,7 +202,11 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
202/* Use AS3514_VOL_MASK */ 202/* Use AS3514_VOL_MASK */
203 203
204/* DAC_L (0Fh) */ 204/* DAC_L (0Fh) */
205#ifdef HAVE_AS3543
206#define DAC_L_DAC_MUTE_off (0x1 << 5)
207#else
205#define DAC_L_DAC_MUTE_off (0x1 << 6) 208#define DAC_L_DAC_MUTE_off (0x1 << 6)
209#endif
206/* Use AS3514_VOL_MASK */ 210/* Use AS3514_VOL_MASK */
207 211
208/* ADC_R (10h) */ 212/* ADC_R (10h) */