diff options
Diffstat (limited to 'sound/i2c/other/pt2258.c')
-rw-r--r-- | sound/i2c/other/pt2258.c | 2 |
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 | ||
188 | static DECLARE_TLV_DB_SCALE(pt2258_db_scale, -7900, 100, 0); | 188 | static const DECLARE_TLV_DB_SCALE(pt2258_db_scale, -7900, 100, 0); |
189 | 189 | ||
190 | int snd_pt2258_build_controls(struct snd_pt2258 *pt) | 190 | int snd_pt2258_build_controls(struct snd_pt2258 *pt) |
191 | { | 191 | { |