From e949d51e9bde3a9f5b273780e3ea68baf4785d45 Mon Sep 17 00:00:00 2001 From: Thierry Strudel <tstrudel@google.com> Date: Sun, 5 Nov 2017 14:42:50 -0800 Subject: [PATCH] dts: walleye audio: request PWM for VBOB for earpiece routing configuration 1 is the voice_handset configuration, forve VBOB rail to PWM when this configuration is enable. Bug: 64839820 Change-Id: I08054a375dbca217fa123f33d8ccdda51dce785f Signed-off-by: Thierry Strudel <tstrudel@google.com> --- arch/arm64/boot/dts/htc/msm8998-audio-muskie.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/htc/msm8998-audio-muskie.dtsi b/arch/arm64/boot/dts/htc/msm8998-audio-muskie.dtsi index 87dcec8438b0..74f972d1d0ca 100644 --- a/arch/arm64/boot/dts/htc/msm8998-audio-muskie.dtsi +++ b/arch/arm64/boot/dts/htc/msm8998-audio-muskie.dtsi @@ -113,6 +113,7 @@ ti,echo-ref = <0>; /* 0, left channel; 1, right channel; 2, both */ ti,i2s-bits = <24>; /* support 16, 24, 32 */ ti,bypass-tmax = <0>; /* 0, not bypass; 1, bypass */ + ti,bob-fast-profile = <1>; /* 1:voice_handset */ status = "ok"; }; }; -- GitLab