aboutsummaryrefslogtreecommitdiffstats
path: root/sound/i2c/other/pt2258.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/i2c/other/pt2258.c')
-rw-r--r--sound/i2c/other/pt2258.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/i2c/other/pt2258.c b/sound/i2c/other/pt2258.c
index 50df1df2f2b9..e91cc3b44de5 100644
--- a/sound/i2c/other/pt2258.c
+++ b/sound/i2c/other/pt2258.c
@@ -185,7 +185,7 @@ static int pt2258_switch_put(struct snd_kcontrol *kcontrol,
185 return -EIO; 185 return -EIO;
186} 186}
187 187
188static DECLARE_TLV_DB_SCALE(pt2258_db_scale, -7900, 100, 0); 188static const DECLARE_TLV_DB_SCALE(pt2258_db_scale, -7900, 100, 0);
189 189
190int snd_pt2258_build_controls(struct snd_pt2258 *pt) 190int snd_pt2258_build_controls(struct snd_pt2258 *pt)
191{ 191{