diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-03-12 03:05:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-11 19:16:07 +0000 |
commit | 10dcc448d13071ed0d3797233187e79be258d90c (patch) | |
tree | 4e66ef95d698aaddee17a00df5d24c2464bdd16d /sound/soc/codecs/max98925.c | |
parent | 1ff2765182d1969947dfb50f4e42ebd7e83699fd (diff) | |
download | linux-10dcc448d13071ed0d3797233187e79be258d90c.tar.bz2 |
ASoC: max98925_spk_tlv can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98925.c')
-rw-r--r-- | sound/soc/codecs/max98925.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c index 74f4f0b60108..34fc4d0441fd 100644 --- a/sound/soc/codecs/max98925.c +++ b/sound/soc/codecs/max98925.c @@ -186,7 +186,7 @@ static bool max98925_readable_register(struct device *dev, unsigned int reg) } } -DECLARE_TLV_DB_SCALE(max98925_spk_tlv, -600, 100, 0); +static DECLARE_TLV_DB_SCALE(max98925_spk_tlv, -600, 100, 0); static const struct snd_kcontrol_new max98925_snd_controls[] = { SOC_SINGLE_TLV("Speaker Volume", MAX98925_GAIN, |