From da709b08bc1048cc77753fe4ede6ffca007cfd01 Mon Sep 17 00:00:00 2001 From: "zirui.xiao" Date: Wed, 24 Jun 2020 14:18:25 +0800 Subject: [PATCH] audio: Connect the bluetooth headset Neither side could not hear. [1/1] PD#SWPL-28432 Problem: force clock source as oscin(24M) Solution: modify audio_controller.c Verify: S922X-W400 Signed-off-by: zirui.xiao Change-Id: I0db91d2a567f1aeff492e547298aa289c621dbb8 --- sound/soc/amlogic/auge/audio_controller.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/amlogic/auge/audio_controller.c b/sound/soc/amlogic/auge/audio_controller.c index edf64742b377..bc3f988824c5 100644 --- a/sound/soc/amlogic/auge/audio_controller.c +++ b/sound/soc/amlogic/auge/audio_controller.c @@ -118,7 +118,6 @@ static int register_audio_controller(struct platform_device *pdev, /* gate on all clks on bringup stage, need gate separately */ aml_audiobus_write(actrl, EE_AUDIO_CLK_GATE_EN0, 0xffffffff); - aml_audiobus_write(actrl, EE_AUDIO_CLK_GATE_EN1, 0xffffffff); return 0; }