From daefd5686fe37a23d09b8bd65ffcaa28bdd1e8b0 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 31 Oct 2020 16:24:27 -0400 Subject: Rocker: Fix a boneheaded bug introduced in dd82f13fa1 Change-Id: Ia743cba6ccd50b38b052f26cce23ac9fe7aac31b --- firmware/drivers/audio/rocker_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/audio/rocker_codec.c') 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 */ -- cgit v1.2.3