ASoC: rt5659: Fix the lost powers for the HDA header
authorJack Yu <jack.yu@realtek.com>
Thu, 27 May 2021 01:06:51 +0000 (01:06 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 27 May 2021 15:24:58 +0000 (16:24 +0100)
commit6308c44ed6eeadf65c0a7ba68d609773ed860fbb
treeb71f4db0daa4fe9b7f24c4072f5f1f6dcbc42e67
parent41daf6ba594d55f201c50280ebcd430590441da1
ASoC: rt5659: Fix the lost powers for the HDA header

The power of "LDO2", "MICBIAS1" and "Mic Det Power" were powered off after
the DAPM widgets were added, and these powers were set by the JD settings
"RT5659_JD_HDA_HEADER" in the probe function. In the codec probe function,
these powers were ignored to prevent them controlled by DAPM.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Message-Id: <15fced51977b458798ca4eebf03dafb9@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5659.c