Skip to content

Commit 2e498f3

Browse files
Srinivas-Kandagatlaandersson
authored andcommitted
arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
VA dmics 0, 1, 2 micbias on X13s are connected to WCD MICBIAS1, WCD MICBIAS1 and WCD MICBIAS3 respectively. Reflect this in dt to get dmics working. Also fix dmics to go via VA Macro instead of TX macro to fix device switching. Fixes: 8c1ea87 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support") Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4def7aa commit 2e498f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,9 @@
897897
"VA DMIC0", "MIC BIAS1",
898898
"VA DMIC1", "MIC BIAS1",
899899
"VA DMIC2", "MIC BIAS3",
900-
"TX DMIC0", "MIC BIAS1",
901-
"TX DMIC1", "MIC BIAS2",
902-
"TX DMIC2", "MIC BIAS3",
900+
"VA DMIC0", "VA MIC BIAS1",
901+
"VA DMIC1", "VA MIC BIAS1",
902+
"VA DMIC2", "VA MIC BIAS3",
903903
"TX SWR_ADC1", "ADC2_OUTPUT";
904904

905905
wcd-playback-dai-link {
@@ -950,7 +950,7 @@
950950
va-dai-link {
951951
link-name = "VA Capture";
952952
cpu {
953-
sound-dai = <&q6apmbedai TX_CODEC_DMA_TX_3>;
953+
sound-dai = <&q6apmbedai VA_CODEC_DMA_TX_0>;
954954
};
955955

956956
platform {

0 commit comments

Comments
 (0)