Re: [PATCH 0/9] arm64: dts: qcom: x1: Disable audio codecs by default

From: Alexey Klimov
Date: Wed Aug 13 2025 - 20:11:48 EST


On Wed Aug 13, 2025 at 4:58 PM BST, Stephan Gerhold wrote:
> Currently, the macro audio codecs are enabled by default in x1e80100.dtsi.
> However, they do not probe without the ADSP remoteproc, which is disabled
> by default. Also, not all boards make use of all the audio codecs, e.g.
> there are several boards with just two speakers. In this case, the
> &lpass_wsa2macro is not used.
>
> Disable the audio codecs by default in x1e80100.dtsi and enable only the
> used macros for each device.
>
> Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx>
> ---
> Stephan Gerhold (9):
> arm64: dts: qcom: x1-asus-zenbook-a14: Explicitly enable used audio codecs
> arm64: dts: qcom: x1-crd: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e001de-devkit: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e80100-hp-omnibook-x14: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e80100-microsoft-romulus: Explicitly enable used audio codecs
> arm64: dts: qcom: x1e80100-qcp: Explicitly enable used audio codecs

The subject or title is a bit confusing. "Disable audio codecs" and bunch
of enable commits.
Maybe "Move audio codecs enablement out of .dtsi into whatever"?

> arm64: dts: qcom: x1e80100: Disable audio codecs by default

Best regards,
Alexey