diff options
author | Jason Yan <yanaijie@huawei.com> | 2020-04-07 11:29:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-14 17:11:18 +0300 |
commit | f840ebfe58027b43d6a6ba261c11cc80963952d6 (patch) | |
tree | c1f3962f318d96c8f95b388b6fd62c11fc97f6dc /sound/soc/codecs/wm8900.c | |
parent | cdab86902d07800a6393af1967fe8d343a27e526 (diff) | |
download | linux-f840ebfe58027b43d6a6ba261c11cc80963952d6.tar.xz |
ASoC: wm8990: remove some defined but unused symbols
Fix the following gcc warning:
sound/soc/codecs/wm8990.c:1309:35: warning: ‘wm8990_regmap’ defined but
not used [-Wunused-const-variable=]
static const struct regmap_config wm8990_regmap = {
^~~~~~~~~~~~~
sound/soc/codecs/wm8990.c:490:38: warning:
‘wm8990_dapm_rxvoice_controls’ defined but not used
[-Wunused-const-variable=]
static const struct snd_kcontrol_new wm8990_dapm_rxvoice_controls[] = {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sound/soc/codecs/wm8990.c:120:35: warning: ‘out_omix_tlv’ defined but
not used [-Wunused-const-variable=]
static const DECLARE_TLV_DB_SCALE(out_omix_tlv, -600, 0, 0);
^
sound/soc/codecs/wm8990.c:112:35: warning: ‘rec_mix_tlv’ defined but not
used [-Wunused-const-variable=]
static const DECLARE_TLV_DB_SCALE(rec_mix_tlv, -1500, 600, 0);
^
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200407082932.41511-4-yanaijie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm8900.c')
0 files changed, 0 insertions, 0 deletions