ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
authorZhang Qilong <zhangqilong3@huawei.com>
Sat, 8 Oct 2022 14:05:22 +0000 (22:05 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 10 Oct 2022 12:01:16 +0000 (13:01 +0100)
commitc4ab29b0f3a6f1e167c5a627f7cd036c1d2b7d65
treef2684661a60b3d3da6a081125541b41b048f039a
parent551f2994b8ccdbe296e239278531e345d6e94d4d
ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe

It would be better to keep the pm_runtime enables before the
IRQ and component stuff. Both of those could start triggering
PM runtime events.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221008140522.134912-1-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/mt6660.c