]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: codecs: wcd934x: fix typo in dt parsing
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Mon, 23 Mar 2026 23:17:48 +0000 (23:17 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Mar 2026 13:09:09 +0000 (13:09 +0000)
commitcfb385a8dc88d86a805a5682eaa68f59fa5c0ec3
tree64c0b495473ad6a90fd57739265cf083eecbf5dc
parent91049ec2e18376ec2192e73ef7be4c7110436350
ASoC: codecs: wcd934x: fix typo in dt parsing

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@vger.kernel.org
Reported-by: Joel Selvaraj <foss@joelselvaraj.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260323231748.2217967-1-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd934x.c