]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs4349: Use PM ops 'cs4349_runtime_pm'
authorYueHaibing <yuehaibing@huawei.com>
Thu, 15 Aug 2019 09:01:57 +0000 (17:01 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 15 Aug 2019 14:02:02 +0000 (15:02 +0100)
commitc1670c492632b85e351d0522c201de944ae4da1c
tree81cdb4978c485d25ec24d2b54928236bcc3117f4
parent5db5882fa203a15a0500d221f61a889559fde602
ASoC: cs4349: Use PM ops 'cs4349_runtime_pm'

sound/soc/codecs/cs4349.c:358:32: warning:
 cs4349_runtime_pm defined but not used [-Wunused-const-variable=]

cs4349_runtime_pm ops already defined, it seems
we should enable it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: ae60c5b ("ASoC: cs4349: Add support for Cirrus Logic CS4349")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190815090157.70036-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs4349.c