--------------------- PatchSet 3095 Date: 2005/04/07 15:50:13 Author: tiwai Branch: HEAD Tag: (none) Log: Summary: Remove unused variables Removed unused variables (the old control definitions). Members: pci/ac97/ac97_codec.c:1.180->1.181 Index: /sound/pci/ac97/ac97_codec.c diff -u /sound/pci/ac97/ac97_codec.c.old /sound/pci/ac97/ac97_codec.c --- /sound/pci/ac97/ac97_codec.c.old Tue Mar 29 07:33:28 2005 +++ /sound/pci/ac97/ac97_codec.c Thu Apr 7 07:50:13 2005 @@ -658,11 +658,6 @@ AC97_SINGLE("LFE Playback Volume", AC97_CENTER_LFE_MASTER, 8, 31, 1) }; -static const snd_kcontrol_new_t snd_ac97_controls_surround[2] = { -AC97_DOUBLE("Surround Playback Switch", AC97_SURROUND_MASTER, 15, 7, 1, 1), -AC97_DOUBLE("Surround Playback Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1), -}; - static const snd_kcontrol_new_t snd_ac97_control_eapd = AC97_SINGLE("External Amplifier", AC97_POWERDOWN, 15, 1, 1);