]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
authorZhang Qilong <zhangqilong3@huawei.com>
Thu, 22 Sep 2022 14:58:46 +0000 (22:58 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 23 Sep 2022 16:54:13 +0000 (17:54 +0100)
commitad70d992711c4d51fef0125889581773caae106d
tree14b991c6f7599ed9d388b127febdb47001f66944
parent1a997a8cb2de4df73cd1532b76dadf1a2109df2b
ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Using the newest pm_runtime_resume_and_get is more appropriate
for simplifing code here.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Link: https://lore.kernel.org/r/20220922145846.114312-1-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-component.c