Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73aef6e6 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ARM: dts: msm: Fix class-H soundwire port config on Kona



Fix class-H soundwire port config on Kona target to avoid
glitch during audio playback on headset.

Change-Id: Iab86013c8b2227b4f37063792b97bc280cba6d27
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent cc7a8b2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,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>;
@@ -153,7 +153,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>;