Re: [PATCH v4] arm64: dts: qcom: sc7280: Fix Dmic no sound on villager-r1

From: Doug Anderson
Date: Fri Aug 26 2022 - 13:15:38 EST


Hi,

On Thu, Aug 25, 2022 at 11:56 PM Judy Hsiao <judyhsiao@xxxxxxxxxxxx> wrote:
>
> Fix the DMIC no sound issue of villager-r1 by using "PP1800_L2C" as the
> DMIC power source to match the hardware schematic.
>
> This patch:
> 1. set vdd-micb-supply to PP1800_L2C as the MIC Bias voltage regulator.
> 2. In audio-routing, set VA DMIC01~VA DMIC03 to use the vdd-micb-supply
> setting.
>
> Co-developed-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx>
> Signed-off-by: Judy Hsiao <judyhsiao@xxxxxxxxxxxx>
> ---
> Changes since V3:
> -- Update the commit message and fix extra blank line.
> Changes since V2:
> -- Update the commit message.
> Changes since V1:
> -- Update the commit message.
>
> This patch depends on:
> arm64: dts: qcom: sc7280: Add herobrine-villager-r1. [1]
>
> [1] https://patchwork.kernel.org/patch/12929106

After applying your [1] then your patch applies without merge
conflicts. However, it still doesn't compile. You also depend on
whatever patch adds the nodes "lpass_va_macro" and "sound" since
you're referencing them in your patch. I haven't been keeping track of
the latest status of all the audio patches, so I myself can't point to
exactly what patches you depend on and whether those patches are ready
to land.

In any case, the contents of this patch seem OK assuming the dependent
patches cause something that looks like the current (downstream)
chromeos-5.15 tree.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>