diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-31 16:24:27 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-31 20:26:37 +0000 |
commit | daefd5686fe37a23d09b8bd65ffcaa28bdd1e8b0 (patch) | |
tree | 4a0804af33932c58a4bc64782fc0e68fd2bd2da1 /firmware | |
parent | 1058ed5b2525f322d1f36b3a37481ba40de8825c (diff) |
Rocker: Fix a boneheaded bug introduced in dd82f13fa1
Change-Id: Ia743cba6ccd50b38b052f26cce23ac9fe7aac31b
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/drivers/audio/rocker_codec.c | 2 |
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) 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 */ |