summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/as3514.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/as3514.c')
-rw-r--r--firmware/drivers/audio/as3514.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 98e3e439a0..599327c43f 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -114,8 +114,10 @@ int audiohw_init(void)
114 as3514_write(AUDIOSET3, 0x5); /* Set HPCM off, ZCU off*/ 114 as3514_write(AUDIOSET3, 0x5); /* Set HPCM off, ZCU off*/
115 as3514_write(HPH_OUT_R, 0xc0 | 0x16); /* set vol and set speaker over-current to 0 */ 115 as3514_write(HPH_OUT_R, 0xc0 | 0x16); /* set vol and set speaker over-current to 0 */
116 as3514_write(HPH_OUT_L, 0x16); /* set default vol for headphone */ 116 as3514_write(HPH_OUT_L, 0x16); /* set default vol for headphone */
117#if 0
117 as3514_write(LINE_IN1_R, 0x36); /* unmute lineIn 1 and set gain */ 118 as3514_write(LINE_IN1_R, 0x36); /* unmute lineIn 1 and set gain */
118 as3514_write(LINE_IN1_L, 0x36); /* unmute lineIn 1 and set gain */ 119 as3514_write(LINE_IN1_L, 0x36); /* unmute lineIn 1 and set gain */
120#endif
119 as3514_write(PLLMODE, 0x00); 121 as3514_write(PLLMODE, 0x00);
120 122
121 /* read all reg values */ 123 /* read all reg values */