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 <zirui.xiao@amlogic.com>
Change-Id: I0db91d2a567f1aeff492e547298aa289c621dbb8
This commit is contained in:
zirui.xiao
2020-06-24 14:18:25 +08:00
committed by Chris
parent 141773ef0d
commit da709b08bc

View File

@@ -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;
}