summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-31 16:24:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-31 20:26:37 +0000
commitdaefd5686fe37a23d09b8bd65ffcaa28bdd1e8b0 (patch)
tree4a0804af33932c58a4bc64782fc0e68fd2bd2da1 /firmware/drivers
parent1058ed5b2525f322d1f36b3a37481ba40de8825c (diff)
downloadrockbox-daefd5686fe37a23d09b8bd65ffcaa28bdd1e8b0.tar.gz
rockbox-daefd5686fe37a23d09b8bd65ffcaa28bdd1e8b0.zip
Rocker: Fix a boneheaded bug introduced in dd82f13fa1
Change-Id: Ia743cba6ccd50b38b052f26cce23ac9fe7aac31b
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/audio/rocker_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/rocker_codec.c b/firmware/drivers/audio/rocker_codec.c
index 20c6e1e795..87257c92a4 100644
--- a/firmware/drivers/audio/rocker_codec.c
+++ b/firmware/drivers/audio/rocker_codec.c
@@ -69,7 +69,7 @@ void audiohw_mute(int mute)
69 69
70void audiohw_preinit(void) 70void audiohw_preinit(void)
71{ 71{
72 alsa_controls_init("debug"); 72 alsa_controls_init("default");
73 hw_open(); 73 hw_open();
74#if defined(AUDIOHW_MUTE_ON_STOP) || defined(AUDIOHW_NEEDS_INITIAL_UNMUTE) 74#if defined(AUDIOHW_MUTE_ON_STOP) || defined(AUDIOHW_NEEDS_INITIAL_UNMUTE)
75 audiohw_mute(true); /* Start muted to avoid the POP */ 75 audiohw_mute(true); /* Start muted to avoid the POP */