24 Jun
2024
24 Jun
'24
11:32 a.m.
On Mon, Jun 24, 2024 at 11:06:05AM +0800, Zhang Yi wrote:
When widgets "MICBIAS1" and "MICBIAS2" are active, the codec cannot enter suspend mode. So we removed these two widgets.We replaced enable_micbias and disable_micbias with regmap_update_bits to make sure the codec can enter suspend mode.
Should mark the widgets with snd_soc_dapm_ignore_suspend() to allow the device to suspend with the widgets enabled.