Message ID | 20240124164505.293202-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 8ca7fbd92c1b28edb5d5df7aeb8bb4886ddb9829 |
Headers | show |
Series | [1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping | expand |
On Wed, 24 Jan 2024 17:45:02 +0100, Krzysztof Kozlowski wrote: > WCD9385 audio codec TX port mapping was copied form HDK8450, but in fact > it is offset by one. Correct it to fix recording via analogue > microphones. > > Applied, thanks! [1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping commit: 8ca7fbd92c1b28edb5d5df7aeb8bb4886ddb9829 [2/4] arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping commit: b66966b1bbc0aa58f7af83cbd56d5a206892857c [3/4] arm64: dts: qcom: sm8550-qrd: add correct analogue microphones commit: e2f1a18747b1bcb48900290d8f4de13e2ee55cbb [4/4] arm64: dts: qcom: sm8550-mtp: add correct analogue microphones commit: 503c0129b3aaf2aaf481ffd7f0a422af8a18f0b9 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts index 6c8e206080d2..76e9ca954093 100644 --- a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts @@ -842,7 +842,7 @@ &swr2 { wcd_tx: codec@0,3 { compatible = "sdw20217010d00"; reg = <0 3>; - qcom,tx-port-mapping = <1 1 2 3>; + qcom,tx-port-mapping = <2 2 3 4>; }; };
WCD9385 audio codec TX port mapping was copied form HDK8450, but in fact it is offset by one. Correct it to fix recording via analogue microphones. Cc: <stable@vger.kernel.org> Fixes: 83fae950c992 ("arm64: dts: qcom: sm8550-qrd: add WCD9385 audio-codec") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)