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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 3985ea1177..41577a3b5e 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -197,7 +197,7 @@ void audiohw_postinit(void)
197 as3514_write(AS3514_AUDIOSET3, AUDIOSET3_HPCM_off); 197 as3514_write(AS3514_AUDIOSET3, AUDIOSET3_HPCM_off);
198 198
199#ifdef CPU_PP 199#ifdef CPU_PP
200 ascodec_supressor_on(false); 200 ascodec_suppressor_on(false);
201#endif 201#endif
202 202
203 audiohw_mute(false); 203 audiohw_mute(false);
@@ -269,7 +269,7 @@ void audiohw_close(void)
269 audiohw_mute(true); 269 audiohw_mute(true);
270 270
271#ifdef CPU_PP 271#ifdef CPU_PP
272 ascodec_supressor_on(true); 272 ascodec_suppressor_on(true);
273#endif 273#endif
274 274
275 /* turn on common */ 275 /* turn on common */