projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6376b
)
ASoC: es8328: remove unused variable 'pga_tlv'
author
YueHaibing
<yuehaibing@huawei.com>
Thu, 15 Aug 2019 09:20:56 +0000
(17:20 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 15 Aug 2019 14:06:31 +0000
(15:06 +0100)
sound/soc/codecs/es8328.c:102:35: warning:
pga_tlv defined but not used [-Wunused-const-variable=]
They are never used, so can be removed.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link:
https://lore.kernel.org/r/20190815092056.28724-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/es8328.c
b/sound/soc/codecs/es8328.c
index 822a25a8f53c3df6acd4526e1a381421eff99792..4a3d303fedfbb43f7b6f04c1e1a25bd66c94a835 100644
(file)
--- a/
sound/soc/codecs/es8328.c
+++ b/
sound/soc/codecs/es8328.c
@@
-99,7
+99,6
@@
static SOC_ENUM_SINGLE_DECL(adcpol,
static const DECLARE_TLV_DB_SCALE(play_tlv, -3000, 100, 0);
static const DECLARE_TLV_DB_SCALE(dac_adc_tlv, -9600, 50, 0);
-static const DECLARE_TLV_DB_SCALE(pga_tlv, 0, 300, 0);
static const DECLARE_TLV_DB_SCALE(bypass_tlv, -1500, 300, 0);
static const DECLARE_TLV_DB_SCALE(mic_tlv, 0, 300, 0);