summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/audio/fiiolinux_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/audio/fiiolinux_codec.c b/firmware/drivers/audio/fiiolinux_codec.c
index d23e023564..05cd2c7037 100644
--- a/firmware/drivers/audio/fiiolinux_codec.c
+++ b/firmware/drivers/audio/fiiolinux_codec.c
@@ -74,6 +74,7 @@ void audiohw_preinit(void)
74 // 10 DACL Playback Volume 74 // 10 DACL Playback Volume
75 // 11 DACR Playback Volume 75 // 11 DACR Playback Volume
76 // 12 Low Mode Switch (see table 25 in datasheet, not simple..) 76 // 12 Low Mode Switch (see table 25 in datasheet, not simple..)
77 audiohw_mute(false);
77} 78}
78 79
79void audiohw_postinit(void) 80void audiohw_postinit(void)