Skip to content

Commit dfce177

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: x1e80100-crd: fix WCD audio codec TX port mapping
Starting with the LPASS v11 (SM8550 also X1E80100), there is an additional output port on SWR2 Soundwire instance, thus WCD9385 audio codec TX port mapping should be shifted by one. This is a necessary fix for proper audio recording via analogue microphones connected to WCD9385 codec (e.g. headset AMIC2). Fixes: 229c9ce ("arm64: dts: qcom: x1e80100-crd: add WCD9385 Audio Codec") Cc: [email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9c8488b commit dfce177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100-crd.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
wcd_tx: codec@0,3 {
754754
compatible = "sdw20217010d00";
755755
reg = <0 3>;
756-
qcom,tx-port-mapping = <1 1 2 3>;
756+
qcom,tx-port-mapping = <2 2 3 4>;
757757
};
758758
};
759759

0 commit comments

Comments
 (0)