mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fiio: add in a missing audiohw_mute() call.
Change-Id: I837dcb81b8814573fe947d6c7cfa10ff651689d0
This commit is contained in:
parent
ce3da6238f
commit
97b8692b65
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ void audiohw_preinit(void)
|
||||||
// 10 DACL Playback Volume
|
// 10 DACL Playback Volume
|
||||||
// 11 DACR Playback Volume
|
// 11 DACR Playback Volume
|
||||||
// 12 Low Mode Switch (see table 25 in datasheet, not simple..)
|
// 12 Low Mode Switch (see table 25 in datasheet, not simple..)
|
||||||
|
audiohw_mute(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void audiohw_postinit(void)
|
void audiohw_postinit(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue