commit | 4623a614e87e4f2df08c83b5b9f68af394951dc9 | [log] [tgz] |
---|---|---|
author | Koro Chen <koro.chen@mediatek.com> | Tue Jun 23 19:01:20 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 23 12:10:01 2015 +0100 |
tree | 5a2b76b84c5cd41dcf7b039e92396f2ae345e28f | |
parent | 662e8d917f685011a24492c106737ea5fdff8136 [diff] |
ASoC: mediatek: Fix unbalanced calls to runtime suspend/resume This adds call to runtime suspend in dev remove. It fixs the problem that suspend is not called in the case of CONFIG_PM=n. It also fixs build warning when CONFIG_PM=n. Signed-off-by: Koro Chen <koro.chen@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>