Re: [PATCH v1 1/1] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: enable MICs LDO

From: Aleksandrs Vinarskis
Date: Sat Apr 12 2025 - 08:45:59 EST


You are right, this is probably too 'dirty' fix.
I did some more digging, and found the root cause of the problem -
MICs were not configured in audio routings, even though vreg was
already binded to lpass_macro. Will send v2.

Thanks,
Alex


On Fri, 11 Apr 2025 at 21:25, Konrad Dybcio
<konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
>
> On 4/11/25 5:54 PM, Aleksandrs Vinarskis wrote:
> > Particular device comes without headset combo jack, hence does not
> > feature wcd codec IC. In such cases, DMICs are powered from vreg_l1b.
> > Set regulator as always-on to enable microphones.
> >
> > Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@xxxxxxxxx>
> > ---
>
> Can we bind it to the soundcard or something, so that we're not leaking
> power?
>
> Konrad