summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/audio/as3514.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 940cc36c5f..e1f325c3fe 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -277,7 +277,7 @@ void audiohw_mute(bool mute)
277 } 277 }
278} 278}
279 279
280/* Nice shutdown of WM8758 codec */ 280/* Nice shutdown of AS3514 audio codec */
281void audiohw_close(void) 281void audiohw_close(void)
282{ 282{
283 /* mute headphones */ 283 /* mute headphones */