|
@@ -6860,7 +6860,7 @@ static int volume_alsa_mute_put(struct snd_kcontrol *kcontrol,
|
|
return volume_alsa_set_mute(!ucontrol->value.integer.value[0]);
|
|
return volume_alsa_set_mute(!ucontrol->value.integer.value[0]);
|
|
}
|
|
}
|
|
|
|
|
|
-static struct snd_kcontrol_new volume_alsa_control_vol = {
|
|
|
|
|
|
+static struct snd_kcontrol_new volume_alsa_control_vol __initdata = {
|
|
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
|
|
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
|
|
.name = "Console Playback Volume",
|
|
.name = "Console Playback Volume",
|
|
.index = 0,
|
|
.index = 0,
|
|
@@ -6869,7 +6869,7 @@ static struct snd_kcontrol_new volume_alsa_control_vol = {
|
|
.get = volume_alsa_vol_get,
|
|
.get = volume_alsa_vol_get,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct snd_kcontrol_new volume_alsa_control_mute = {
|
|
|
|
|
|
+static struct snd_kcontrol_new volume_alsa_control_mute __initdata = {
|
|
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
|
|
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
|
|
.name = "Console Playback Switch",
|
|
.name = "Console Playback Switch",
|
|
.index = 0,
|
|
.index = 0,
|