[ALSA] Add even more 'const' to everything related to TLV
[deliverable/linux.git] / sound / pci / ac97 / ak4531_codec.c
index c153cb79c518a4fc3ca3e8a3827ab75e92ccc0a5..dc26820a03a5b4acac2b001d77b11aadb98709b5 100644 (file)
@@ -267,9 +267,9 @@ static int snd_ak4531_put_input_sw(struct snd_kcontrol *kcontrol, struct snd_ctl
        return change;
 }
 
-static DECLARE_TLV_DB_SCALE(db_scale_master, -6200, 200, 0);
-static DECLARE_TLV_DB_SCALE(db_scale_mono, -2800, 400, 0);
-static DECLARE_TLV_DB_SCALE(db_scale_input, -5000, 200, 0);
+static const DECLARE_TLV_DB_SCALE(db_scale_master, -6200, 200, 0);
+static const DECLARE_TLV_DB_SCALE(db_scale_mono, -2800, 400, 0);
+static const DECLARE_TLV_DB_SCALE(db_scale_input, -5000, 200, 0);
 
 static struct snd_kcontrol_new snd_ak4531_controls[] = {
 
This page took 0.023579 seconds and 5 git commands to generate.