fiio: add in a missing audiohw_mute() call.

Change-Id: I837dcb81b8814573fe947d6c7cfa10ff651689d0
This commit is contained in:
Solomon Peachy 2020-10-22 12:13:16 -04:00
parent ce3da6238f
commit 97b8692b65

View file

@ -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)