diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-22 12:13:16 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-22 16:14:16 +0000 |
commit | 97b8692b6557b7514ff3ebdb02600d075314ddd1 (patch) | |
tree | 05360d2a6fa8070b2ba0b1ea71589ee92636385c | |
parent | ce3da6238f4dd80ed008d385631bbbfe8d7b280a (diff) | |
download | rockbox-97b8692.tar.gz rockbox-97b8692.zip |
fiio: add in a missing audiohw_mute() call.
Change-Id: I837dcb81b8814573fe947d6c7cfa10ff651689d0
-rw-r--r-- | firmware/drivers/audio/fiiolinux_codec.c | 1 |
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) // 10 DACL Playback Volume // 11 DACR Playback Volume // 12 Low Mode Switch (see table 25 in datasheet, not simple..) + audiohw_mute(false); } void audiohw_postinit(void) |