Re: [PATCH] ASoC: codecs: wcd934x: fix typo in dt parsing

From: Konrad Dybcio

Date: Tue Mar 24 2026 - 06:36:54 EST


On 3/24/26 12:17 AM, Srinivas Kandagatla wrote:
> Looks like we ended up with a typo during device tree data parsing
> as part of 4f16b6351bbff ("ASoC: codecs: wcd: add common helper for wcd
> codecs") patch.
> This will result in not parsing the device tree data and results in
> zero mic bias values.
>
> Fix this by calling wcd_dt_parse_micbias_info instead of
> wcd_dt_parse_mbhc_data.
>
> Fixes: 4f16b6351bbff ("ASoC: codecs: wcd: add common helper for wcd codecs")
> Cc: <Stable@xxxxxxxxxxxxxxx>
> Reported-by: Joel Selvaraj <foss@xxxxxxxxxxxxxxxx>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad