diff options
-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) | |||
186 | } | 186 | } |
187 | } | 187 | } |
188 | 188 | ||
189 | DECLARE_TLV_DB_SCALE(max98925_spk_tlv, -600, 100, 0); | 189 | static DECLARE_TLV_DB_SCALE(max98925_spk_tlv, -600, 100, 0); |
190 | 190 | ||
191 | static const struct snd_kcontrol_new max98925_snd_controls[] = { | 191 | static const struct snd_kcontrol_new max98925_snd_controls[] = { |
192 | SOC_SINGLE_TLV("Speaker Volume", MAX98925_GAIN, | 192 | SOC_SINGLE_TLV("Speaker Volume", MAX98925_GAIN, |