ASoC: codecs: lpass: register mclk after runtime pm
[ Upstream commit
2771503d7bc367837eb0c170604fd940e6b4ed8d ]
move mclk out registration after runtime pm is enabled so that the
clk framework can resume the codec if it requires to enable the mclk out.
Fixes: 86e08bf6fd1d ("ASoC: codecs: wsa-macro: add runtime pm support")
Fixes: 2edc0f177c78 ("ASoC: codecs: va-macro: add runtime pm support")
Fixes: d2ce795cadad ("ASoC: codecs: rx-macro: add runtime pm support")
Fixes: 8054ed3be251 ("ASoC: codecs: tx-macro: add runtime pm support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230209122806.18923-6-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>