aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r--sound/pci/via82xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 22caf5d7ff1e..a28992269f5e 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1699,7 +1699,7 @@ static int snd_via8233_pcmdxs_volume_put(struct snd_kcontrol *kcontrol,
1699 return change; 1699 return change;
1700} 1700}
1701 1701
1702static DECLARE_TLV_DB_SCALE(db_scale_dxs, -9450, 150, 1); 1702static const DECLARE_TLV_DB_SCALE(db_scale_dxs, -9450, 150, 1);
1703 1703
1704static struct snd_kcontrol_new snd_via8233_pcmdxs_volume_control __devinitdata = { 1704static struct snd_kcontrol_new snd_via8233_pcmdxs_volume_control __devinitdata = {
1705 .name = "PCM Playback Volume", 1705 .name = "PCM Playback Volume",