* [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts
@ 2023-03-02 11:57 Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info Srinivas Kandagatla
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 11:57 UTC (permalink / raw)
To: agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, konrad.dybcio, johan+linaro,
linux-arm-msm, devicetree, linux-kernel, Srinivas Kandagatla
While testing DMIC on the panel, its noticed that some of the settings in
dts seems to very incorrect. Mostly around clocks and frameshapping data.
An another patch fixes dai link for dmic which is incorrectly pointing to tx macro.
Along with these patches, with a pending csr patch device switch and dmic seems to work
recent changes in x13s ucm.
Thanks,
Srini
Srinivas Kandagatla (4):
arm64: dts: qcom: sc8280xp: fix rx frame shapping info
arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks
arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 10 +++++-----
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 18 +++++++++---------
2 files changed, 14 insertions(+), 14 deletions(-)
--
2.21.0
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
@ 2023-03-02 11:57 ` Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks Srinivas Kandagatla
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 11:57 UTC (permalink / raw)
To: agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, konrad.dybcio, johan+linaro,
linux-arm-msm, devicetree, linux-kernel, Srinivas Kandagatla
Some of the SoundWire frameshapping data seems incorrect, fix these values.
Fixes: 1749a8ae49a3 ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index f9aadf8209d5..022b0c041341 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -1924,12 +1924,12 @@
qcom,ports-sinterval-low = /bits/ 8 <0x03 0x1f 0x1f 0x07 0x00>;
qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0B 0x01 0x00>;
qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0B 0x00 0x00>;
- qcom,ports-hstart = /bits/ 8 <0xff 0x03 0xff 0xff 0xff>;
- qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
+ qcom,ports-hstart = /bits/ 8 <0xff 0x03 0x00 0xff 0xff>;
+ qcom,ports-hstop = /bits/ 8 <0xff 0x06 0x0f 0xff 0xff>;
qcom,ports-word-length = /bits/ 8 <0x01 0x07 0x04 0xff 0xff>;
- qcom,ports-block-pack-mode = /bits/ 8 <0xff 0x00 0x01 0xff 0xff>;
+ qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0x01 0xff 0xff>;
qcom,ports-lane-control = /bits/ 8 <0x01 0x00 0x00 0x00 0x00>;
- qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff 0x00>;
+ qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff 0xff>;
#sound-dai-cells = <1>;
#address-cells = <2>;
@@ -2029,15 +2029,15 @@
qcom,din-ports = <4>;
qcom,dout-ports = <0>;
- qcom,ports-sinterval-low = /bits/ 8 <0x01 0x03 0x03 0x03>;
- qcom,ports-offset1 = /bits/ 8 <0x01 0x00 0x02 0x01>;
+ qcom,ports-sinterval-low = /bits/ 8 <0x01 0x01 0x03 0x03>;
+ qcom,ports-offset1 = /bits/ 8 <0x01 0x00 0x02 0x00>;
qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0xff 0xff>;
qcom,ports-hstart = /bits/ 8 <0xff 0xff 0xff 0xff>;
qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff>;
- qcom,ports-word-length = /bits/ 8 <0xff 0x00 0xff 0xff>;
+ qcom,ports-word-length = /bits/ 8 <0xff 0xff 0xff 0xff>;
qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff>;
- qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00 0x00>;
+ qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00 0x01>;
status = "disabled";
};
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info Srinivas Kandagatla
@ 2023-03-02 11:57 ` Srinivas Kandagatla
2023-03-02 12:24 ` Konrad Dybcio
2023-03-02 11:57 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate Srinivas Kandagatla
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 11:57 UTC (permalink / raw)
To: agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, konrad.dybcio, johan+linaro,
linux-arm-msm, devicetree, linux-kernel, Srinivas Kandagatla
Tx macro soundwire clock is for some reason is incorrectly assigned to
va macro, fix this and use tx macro clock instead.
Fixes: 1749a8ae49a3 ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 022b0c041341..fc1504de6890 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -2020,7 +2020,7 @@
<&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "core", "wake";
- clocks = <&vamacro>;
+ clocks = <&txmacro>;
clock-names = "iface";
label = "TX";
#sound-dai-cells = <1>;
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks Srinivas Kandagatla
@ 2023-03-02 11:57 ` Srinivas Kandagatla
2023-03-02 12:25 ` Konrad Dybcio
2023-03-02 11:57 ` [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing Srinivas Kandagatla
2023-03-15 23:35 ` [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Bjorn Andersson
4 siblings, 1 reply; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 11:57 UTC (permalink / raw)
To: agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, konrad.dybcio, johan+linaro,
linux-arm-msm, devicetree, linux-kernel, Srinivas Kandagatla
The version of dmic that is on X13s panel supports clock frequency
of range 1 Mhz to 4.8 MHz for normal operation.
So correct the existing node to reflect this.
Fixes: 8c1ea87e80b4 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
index 198a81405e6e..d18d405d1776 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
@@ -1111,7 +1111,7 @@
vdd-micb-supply = <&vreg_s10b>;
- qcom,dmic-sample-rate = <600000>;
+ qcom,dmic-sample-rate = <4800000>;
status = "okay";
};
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
` (2 preceding siblings ...)
2023-03-02 11:57 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate Srinivas Kandagatla
@ 2023-03-02 11:57 ` Srinivas Kandagatla
2023-03-02 12:28 ` Konrad Dybcio
2023-03-15 23:35 ` [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Bjorn Andersson
4 siblings, 1 reply; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 11:57 UTC (permalink / raw)
To: agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, konrad.dybcio, johan+linaro,
linux-arm-msm, devicetree, linux-kernel, Srinivas Kandagatla
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: 8c1ea87e80b4 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
.../arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
index d18d405d1776..89230112e288 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
@@ -933,9 +933,9 @@
"VA DMIC0", "MIC BIAS1",
"VA DMIC1", "MIC BIAS1",
"VA DMIC2", "MIC BIAS3",
- "TX DMIC0", "MIC BIAS1",
- "TX DMIC1", "MIC BIAS2",
- "TX DMIC2", "MIC BIAS3",
+ "VA DMIC0", "VA MIC BIAS1",
+ "VA DMIC1", "VA MIC BIAS1",
+ "VA DMIC2", "VA MIC BIAS3",
"TX SWR_ADC1", "ADC2_OUTPUT";
wcd-playback-dai-link {
@@ -986,7 +986,7 @@
va-dai-link {
link-name = "VA Capture";
cpu {
- sound-dai = <&q6apmbedai TX_CODEC_DMA_TX_3>;
+ sound-dai = <&q6apmbedai VA_CODEC_DMA_TX_0>;
};
platform {
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks
2023-03-02 11:57 ` [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks Srinivas Kandagatla
@ 2023-03-02 12:24 ` Konrad Dybcio
0 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2023-03-02 12:24 UTC (permalink / raw)
To: Srinivas Kandagatla, agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, johan+linaro, linux-arm-msm,
devicetree, linux-kernel
On 2.03.2023 12:57, Srinivas Kandagatla wrote:
> Tx macro soundwire clock is for some reason is incorrectly assigned to
> va macro, fix this and use tx macro clock instead.
>
> Fixes: 1749a8ae49a3 ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS")
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> index 022b0c041341..fc1504de6890 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> @@ -2020,7 +2020,7 @@
> <&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "core", "wake";
>
> - clocks = <&vamacro>;
> + clocks = <&txmacro>;
> clock-names = "iface";
> label = "TX";
> #sound-dai-cells = <1>;
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
2023-03-02 11:57 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate Srinivas Kandagatla
@ 2023-03-02 12:25 ` Konrad Dybcio
0 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2023-03-02 12:25 UTC (permalink / raw)
To: Srinivas Kandagatla, agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, johan+linaro, linux-arm-msm,
devicetree, linux-kernel
On 2.03.2023 12:57, Srinivas Kandagatla wrote:
> The version of dmic that is on X13s panel supports clock frequency
> of range 1 Mhz to 4.8 MHz for normal operation.
>
> So correct the existing node to reflect this.
>
> Fixes: 8c1ea87e80b4 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support")
Does it depend on any driver changes? If not, Cc stable?
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> index 198a81405e6e..d18d405d1776 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> @@ -1111,7 +1111,7 @@
>
> vdd-micb-supply = <&vreg_s10b>;
>
> - qcom,dmic-sample-rate = <600000>;
> + qcom,dmic-sample-rate = <4800000>;
>
> status = "okay";
> };
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
2023-03-02 11:57 ` [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing Srinivas Kandagatla
@ 2023-03-02 12:28 ` Konrad Dybcio
2023-03-02 13:45 ` Srinivas Kandagatla
0 siblings, 1 reply; 10+ messages in thread
From: Konrad Dybcio @ 2023-03-02 12:28 UTC (permalink / raw)
To: Srinivas Kandagatla, agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, johan+linaro, linux-arm-msm,
devicetree, linux-kernel
On 2.03.2023 12:57, Srinivas Kandagatla wrote:
> 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.
I'm far from good when it comes to sound, but is it expected that
(VA DMICn) are are connected to both (MIC BIASn) and (VA MIC BIAS{1, 1, 3})?
> Also fix dmics to go via VA Macro instead of TX macro to fix device switching.
>
> Fixes: 8c1ea87e80b4 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support")
If that doesn't depend on any driver changes, please Cc stable
so that distros will pick this up.
Konrad
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> .../arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> index d18d405d1776..89230112e288 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
> @@ -933,9 +933,9 @@
> "VA DMIC0", "MIC BIAS1",
> "VA DMIC1", "MIC BIAS1",
> "VA DMIC2", "MIC BIAS3",
> - "TX DMIC0", "MIC BIAS1",
> - "TX DMIC1", "MIC BIAS2",
> - "TX DMIC2", "MIC BIAS3",
> + "VA DMIC0", "VA MIC BIAS1",
> + "VA DMIC1", "VA MIC BIAS1",
> + "VA DMIC2", "VA MIC BIAS3",
> "TX SWR_ADC1", "ADC2_OUTPUT";
>
> wcd-playback-dai-link {
> @@ -986,7 +986,7 @@
> va-dai-link {
> link-name = "VA Capture";
> cpu {
> - sound-dai = <&q6apmbedai TX_CODEC_DMA_TX_3>;
> + sound-dai = <&q6apmbedai VA_CODEC_DMA_TX_0>;
> };
>
> platform {
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
2023-03-02 12:28 ` Konrad Dybcio
@ 2023-03-02 13:45 ` Srinivas Kandagatla
0 siblings, 0 replies; 10+ messages in thread
From: Srinivas Kandagatla @ 2023-03-02 13:45 UTC (permalink / raw)
To: Konrad Dybcio, agross, andersson
Cc: robh+dt, krzysztof.kozlowski+dt, johan+linaro, linux-arm-msm,
devicetree, linux-kernel
On 02/03/2023 12:28, Konrad Dybcio wrote:
>
>
> On 2.03.2023 12:57, Srinivas Kandagatla wrote:
>> 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.
> I'm far from good when it comes to sound, but is it expected that
> (VA DMICn) are are connected to both (MIC BIASn) and (VA MIC BIAS{1, 1, 3})?
>
one DMIC data lane can be used to connect to two DMICs, for L and R
data. So the MIC Bias line too, so for DMIC0, and DMIC1 which is
connected to MICBIAS1 and DMIC2 is connected to BIAS3. Why its bias3
line instead of bias2 is totally board dependent and how the wiring is done.
>> Also fix dmics to go via VA Macro instead of TX macro to fix device switching.
>>
>> Fixes: 8c1ea87e80b4 ("arm64: dts: qcom: sc8280xp-x13s: Add soundcard support")
> If that doesn't depend on any driver changes, please Cc stable
> so that distros will pick this up.
These patches are about to appear in rc1.. so I don't see any help
adding stable.
--srini
>
> Konrad
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>> ---
>> .../arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
>> index d18d405d1776..89230112e288 100644
>> --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
>> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
>> @@ -933,9 +933,9 @@
>> "VA DMIC0", "MIC BIAS1",
>> "VA DMIC1", "MIC BIAS1",
>> "VA DMIC2", "MIC BIAS3",
>> - "TX DMIC0", "MIC BIAS1",
>> - "TX DMIC1", "MIC BIAS2",
>> - "TX DMIC2", "MIC BIAS3",
>> + "VA DMIC0", "VA MIC BIAS1",
>> + "VA DMIC1", "VA MIC BIAS1",
>> + "VA DMIC2", "VA MIC BIAS3",
>> "TX SWR_ADC1", "ADC2_OUTPUT";
>>
>> wcd-playback-dai-link {
>> @@ -986,7 +986,7 @@
>> va-dai-link {
>> link-name = "VA Capture";
>> cpu {
>> - sound-dai = <&q6apmbedai TX_CODEC_DMA_TX_3>;
>> + sound-dai = <&q6apmbedai VA_CODEC_DMA_TX_0>;
>> };
>>
>> platform {
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
` (3 preceding siblings ...)
2023-03-02 11:57 ` [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing Srinivas Kandagatla
@ 2023-03-15 23:35 ` Bjorn Andersson
4 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2023-03-15 23:35 UTC (permalink / raw)
To: Srinivas Kandagatla, agross
Cc: linux-arm-msm, konrad.dybcio, robh+dt, devicetree,
krzysztof.kozlowski+dt, linux-kernel, johan+linaro
On Thu, 2 Mar 2023 11:57:37 +0000, Srinivas Kandagatla wrote:
> While testing DMIC on the panel, its noticed that some of the settings in
> dts seems to very incorrect. Mostly around clocks and frameshapping data.
> An another patch fixes dai link for dmic which is incorrectly pointing to tx macro.
>
> Along with these patches, with a pending csr patch device switch and dmic seems to work
> recent changes in x13s ucm.
>
> [...]
Applied, thanks!
[1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info
commit: 670b7d6569bf439c90d7aac48ec36ee3e3013754
[2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks
commit: e43bd22cb377bf4c4e5b12daacaf02f5c24fbb16
[3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
commit: 4def7aa377ba1dbe66335ca3ebe3aa5a5bc3fe67
[4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
commit: 2e498f35c385654396e94cf12e097522d3973d41
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-03-15 23:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 11:57 [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 1/4] arm64: dts: qcom: sc8280xp: fix rx frame shapping info Srinivas Kandagatla
2023-03-02 11:57 ` [PATCH 2/4] arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks Srinivas Kandagatla
2023-03-02 12:24 ` Konrad Dybcio
2023-03-02 11:57 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate Srinivas Kandagatla
2023-03-02 12:25 ` Konrad Dybcio
2023-03-02 11:57 ` [PATCH 4/4] arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing Srinivas Kandagatla
2023-03-02 12:28 ` Konrad Dybcio
2023-03-02 13:45 ` Srinivas Kandagatla
2023-03-15 23:35 ` [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).