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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index aeabb16144..53851335c8 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -202,6 +202,8 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
202#define AUDIOSET1_LIN1_on (0x1 << 2) 202#define AUDIOSET1_LIN1_on (0x1 << 2)
203#define AUDIOSET1_MIC2_on (0x1 << 1) 203#define AUDIOSET1_MIC2_on (0x1 << 1)
204#define AUDIOSET1_MIC1_on (0x1 << 0) 204#define AUDIOSET1_MIC1_on (0x1 << 0)
205#define AUDIOSET1_INPUT_MASK AUDIOSET1_MIC1_on | AUDIOSET1_MIC2_on | \
206 AUDIOSET1_LIN1_on | AUDIOSET1_LIN2_on
205 207
206/* AUDIOSET2 (15h) */ 208/* AUDIOSET2 (15h) */
207#define AUDIOSET2_BIAS_off (0x1 << 7) 209#define AUDIOSET2_BIAS_off (0x1 << 7)