ASoC: fsl_audmix: add missed pm_runtime_disable
authorChuhong Yuan <hslester96@gmail.com>
Tue, 3 Dec 2019 11:13:03 +0000 (19:13 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2019 23:56:18 +0000 (23:56 +0000)
commit77fffa742285f2b587648d6c72b5c705633f146f
tree3b61fd93613605544f8182a8ef5e628c0c52ffba
parent3b7658679d88b5628939f9bdc8e613f79cd821f9
ASoC: fsl_audmix: add missed pm_runtime_disable

The driver forgets to call pm_runtime_disable in probe failure
and remove.
Add the missed calls to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/20191203111303.12933-1-hslester96@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c