forked from len0rd/rockbox
Rocker: Fix a boneheaded bug introduced in dd82f13fa1
Change-Id: Ia743cba6ccd50b38b052f26cce23ac9fe7aac31b
This commit is contained in:
parent
1058ed5b25
commit
daefd5686f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void audiohw_mute(int mute)
|
||||||
|
|
||||||
void audiohw_preinit(void)
|
void audiohw_preinit(void)
|
||||||
{
|
{
|
||||||
alsa_controls_init("debug");
|
alsa_controls_init("default");
|
||||||
hw_open();
|
hw_open();
|
||||||
#if defined(AUDIOHW_MUTE_ON_STOP) || defined(AUDIOHW_NEEDS_INITIAL_UNMUTE)
|
#if defined(AUDIOHW_MUTE_ON_STOP) || defined(AUDIOHW_NEEDS_INITIAL_UNMUTE)
|
||||||
audiohw_mute(true); /* Start muted to avoid the POP */
|
audiohw_mute(true); /* Start muted to avoid the POP */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue