diff options
Diffstat (limited to 'sound/pci/ac97/ac97_patch.c')
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 7f197c780816..094cfc1f3a19 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
@@ -1824,6 +1824,8 @@ static const struct snd_kcontrol_new snd_ac97_ad1888_controls[] = { | |||
1824 | .get = snd_ac97_ad1888_lohpsel_get, | 1824 | .get = snd_ac97_ad1888_lohpsel_get, |
1825 | .put = snd_ac97_ad1888_lohpsel_put | 1825 | .put = snd_ac97_ad1888_lohpsel_put |
1826 | }, | 1826 | }, |
1827 | AC97_SINGLE("V_REFOUT Enable", AC97_AD_MISC, 2, 1, 1), | ||
1828 | AC97_SINGLE("High Pass Filter Enable", AC97_AD_TEST2, 12, 1, 1), | ||
1827 | AC97_SINGLE("Spread Front to Surround and Center/LFE", AC97_AD_MISC, 7, 1, 0), | 1829 | AC97_SINGLE("Spread Front to Surround and Center/LFE", AC97_AD_MISC, 7, 1, 0), |
1828 | { | 1830 | { |
1829 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 1831 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |