summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3514.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 60f0e4c6d2..df149c274a 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -58,7 +58,7 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
58#define AS3514_AUDIOSET1 0x14 58#define AS3514_AUDIOSET1 0x14
59#define AS3514_AUDIOSET2 0x15 59#define AS3514_AUDIOSET2 0x15
60#define AS3514_AUDIOSET3 0x16 60#define AS3514_AUDIOSET3 0x16
61#define AS3517_USB_UTIL 0x17 /* only in as3517+ */ 61#define AS3515_USB_UTIL 0x17 /* only in as3515 */
62 62
63#ifdef HAVE_AS3543 63#ifdef HAVE_AS3543
64#define AS3543_BACKLIGHT 0x1b 64#define AS3543_BACKLIGHT 0x1b
@@ -112,7 +112,7 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
112 112
113/* HPH_OUT_R (0x02) */ 113/* HPH_OUT_R (0x02) */
114#define HPH_OUT_R_HP_OVC_TO (0x3 << 6) 114#define HPH_OUT_R_HP_OVC_TO (0x3 << 6)
115 /* AS3514/AS3517 */ 115 /* AS3514/AS3515 */
116 #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6) 116 #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6)
117 #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6) 117 #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6)
118 #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6) 118 #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6)