[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190815090157.70036-1-yuehaibing@huawei.com>
Date: Thu, 15 Aug 2019 17:01:57 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <brian.austin@...rus.com>, <Paul.Handrigan@...rus.com>,
<lgirdwood@...il.com>, <broonie@...nel.org>, <perex@...ex.cz>,
<tiwai@...e.com>
CC: <linux-kernel@...r.kernel.org>, <alsa-devel@...a-project.org>,
YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH -next] 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@...wei.com>
Fixes: e40da86 ("ASoC: cs4349: Add support for Cirrus Logic CS4349")
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
sound/soc/codecs/cs4349.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs4349.c b/sound/soc/codecs/cs4349.c
index 09716fa..e0d44f6 100644
--- a/sound/soc/codecs/cs4349.c
+++ b/sound/soc/codecs/cs4349.c
@@ -378,6 +378,7 @@ static struct i2c_driver cs4349_i2c_driver = {
.driver = {
.name = "cs4349",
.of_match_table = cs4349_of_match,
+ .pm = &cs4349_runtime_pm,
},
.id_table = cs4349_i2c_id,
.probe = cs4349_i2c_probe,
--
2.7.4
Powered by blists - more mailing lists