[PATCH] arm64: dts: qcom: glymur-asus-zenbook-a16: Fix up the mic sample rate

Konrad Dybcio posted 1 patch 2 weeks, 1 day ago
arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: glymur-asus-zenbook-a16: Fix up the mic sample rate
Posted by Konrad Dybcio 2 weeks, 1 day ago
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Set the correct value for the hardware, matching the readout from
Windows during audio recording.

The microphone seems to work fine either way.

Fixes: e8fbbca94db7 ("arm64: dts: qcom: glymur: Add Asus Zenbook A16 (UX3607OA)")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts b/arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts
index 939e1a927a79..40433dc2d6cf 100644
--- a/arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts
+++ b/arch/arm64/boot/dts/qcom/glymur-asus-zenbook-a16-ux3607oa.dts
@@ -737,7 +737,7 @@ &lpass_vamacro {
 	pinctrl-0 = <&dmic01_default>;
 	pinctrl-names = "default";
 
-	qcom,dmic-sample-rate = <4800000>;
+	qcom,dmic-sample-rate = <2400000>;
 };
 
 &mdss {

---
base-commit: c68a982815dcce5464e3bf2a31ac94f5146c04ca
change-id: 20260910-topic-zenbook_mic_sampling-cad8e38b5f7e

Best regards,
--  
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: glymur-asus-zenbook-a16: Fix up the mic sample rate
Posted by Bjorn Andersson 2 weeks ago
On Thu, 10 Sep 2026 10:15:42 +0200, Konrad Dybcio wrote:
> Set the correct value for the hardware, matching the readout from
> Windows during audio recording.
> 
> The microphone seems to work fine either way.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: glymur-asus-zenbook-a16: Fix up the mic sample rate
      commit: 73f0a1026210c008ba4414b3181fa679096ef968

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: glymur-asus-zenbook-a16: Fix up the mic sample rate
Posted by Abel Vesa 2 weeks, 1 day ago
On 26-09-10 10:15:42, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> Set the correct value for the hardware, matching the readout from
> Windows during audio recording.
> 
> The microphone seems to work fine either way.
> 
> Fixes: e8fbbca94db7 ("arm64: dts: qcom: glymur: Add Asus Zenbook A16 (UX3607OA)")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>