Skip to content
Unverified Commit 38744c3f authored by Eugen Hristev's avatar Eugen Hristev Committed by Mark Brown
Browse files

ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset

AUD_PAD_TOP widget's correct register is AFE_AUD_PAD_TOP , and not zero.
Having a zero as register, it would mean that the `snd_soc_dapm_new_widgets`
would try to read the register at offset zero when trying to get the power
status of this widget, which is incorrect.

Fixes: b65c4662

 ("ASoC: mediatek: mt8186: support adda in platform driver")
Signed-off-by: default avatarEugen Hristev <eugen.hristev@collabora.com>
Link: https://lore.kernel.org/r/20231229114342.195867-1-eugen.hristev@collabora.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f9d378fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment