summaryrefslogtreecommitdiff
path: root/qcom/lito-audio-overlay.dtsi
diff options
context:
space:
mode:
authorVatsal Bucha <vbucha@qti.qualcomm.com>2019-07-26 11:47:47 +0530
committerVatsal Bucha <vbucha@qti.qualcomm.com>2019-07-26 11:48:06 +0530
commit65d47195098c22f1f6779a61fdf6749fdd62dcb0 (patch)
tree4d18c94f3697b1e0dd8114065360d19e80d5bf36 /qcom/lito-audio-overlay.dtsi
parent28dc2a1f8dde609d10af52195c4ac35c30597ae8 (diff)
downloaddevicetree-65d47195098c22f1f6779a61fdf6749fdd62dcb0.tar.gz
ARM: dts: msm: Fix class-H soundwire port config on lito
Fix class-H soundwire port config on lito target to avoid glitch during audio playback on headset. Change-Id: Ic1d74772f99937573396bc93b5c8fd82314f15e7
Diffstat (limited to 'qcom/lito-audio-overlay.dtsi')
-rw-r--r--qcom/lito-audio-overlay.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/qcom/lito-audio-overlay.dtsi b/qcom/lito-audio-overlay.dtsi
index f75f490a..5bc7612b 100644
--- a/qcom/lito-audio-overlay.dtsi
+++ b/qcom/lito-audio-overlay.dtsi
@@ -88,7 +88,7 @@
interrupt-names = "swr_master_irq";
qcom,swr-num-ports = <5>;
qcom,swr-port-mapping = <1 HPH_L 0x1>,
- <1 HPH_R 0x2>, <2 CLSH 0x3>,
+ <1 HPH_R 0x2>, <2 CLSH 0x1>,
<3 COMP_L 0x1>, <3 COMP_R 0x2>,
<4 LO 0x1>, <5 DSD_L 0x1>,
<5 DSD_R 0x2>;
@@ -172,7 +172,7 @@
compatible = "qcom,wcd938x-codec";
qcom,split-codec = <1>;
qcom,rx_swr_ch_map = <0 HPH_L 0x1 0 HPH_L>,
- <0 HPH_R 0x2 0 HPH_R>, <1 CLSH 0x3 0 CLSH>,
+ <0 HPH_R 0x2 0 HPH_R>, <1 CLSH 0x1 0 CLSH>,
<2 COMP_L 0x1 0 COMP_L>, <2 COMP_R 0x2 0 COMP_R>,
<3 LO 0x1 0 LO>, <4 DSD_L 0x1 0 DSD_L>,
<4 DSD_R 0x2 0 DSD_R>;