1
0
Fork 0
forked from len0rd/rockbox

Rocker: Fix a boneheaded bug introduced in dd82f13fa1

Change-Id: Ia743cba6ccd50b38b052f26cce23ac9fe7aac31b
This commit is contained in:
Solomon Peachy 2020-10-31 16:24:27 -04:00
parent 1058ed5b25
commit daefd5686f

View file

@ -69,7 +69,7 @@ void audiohw_mute(int mute)
void audiohw_preinit(void)
{
alsa_controls_init("debug");
alsa_controls_init("default");
hw_open();
#if defined(AUDIOHW_MUTE_ON_STOP) || defined(AUDIOHW_NEEDS_INITIAL_UNMUTE)
audiohw_mute(true); /* Start muted to avoid the POP */