summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-22 12:13:16 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-22 16:14:16 +0000
commit97b8692b6557b7514ff3ebdb02600d075314ddd1 (patch)
tree05360d2a6fa8070b2ba0b1ea71589ee92636385c
parentce3da6238f4dd80ed008d385631bbbfe8d7b280a (diff)
downloadrockbox-97b8692b6557b7514ff3ebdb02600d075314ddd1.tar.gz
rockbox-97b8692b6557b7514ff3ebdb02600d075314ddd1.zip
fiio: add in a missing audiohw_mute() call.
Change-Id: I837dcb81b8814573fe947d6c7cfa10ff651689d0
-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)