aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-13 05:01:13 -0400
committerJaroslav Kysela <perex@suse.cz>2005-05-29 04:08:56 -0400
commit10268b0c38333ede95bb59a7fa561519e6eb8251 (patch)
tree21170016ae3b3727371e2e52c97ae95f8f3a34bf
parent29b16931f936fdbcd78995e66d0f5626f3afbda8 (diff)
[ALSA] Remove obsolete mixer control
AC97 Codec Removed the obsolete mixer control for AD1985. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/ac97/ac97_patch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index ce02e7091fcb..bcb1a20d75dc 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -1598,7 +1598,6 @@ int patch_ad1980(ac97_t * ac97)
1598} 1598}
1599 1599
1600static const snd_kcontrol_new_t snd_ac97_ad1985_controls[] = { 1600static const snd_kcontrol_new_t snd_ac97_ad1985_controls[] = {
1601 AC97_SINGLE("Center/LFE Jack as Mic", AC97_AD_SERIAL_CFG, 9, 1, 0),
1602 AC97_SINGLE("Exchange Center/LFE", AC97_AD_SERIAL_CFG, 3, 1, 0) 1601 AC97_SINGLE("Exchange Center/LFE", AC97_AD_SERIAL_CFG, 3, 1, 0)
1603}; 1602};
1604 1603