diff options
author | Johannes Stezenbach <js@sig21.net> | 2007-12-13 11:51:00 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:34 -0500 |
commit | 695005cfe4808e300bf76d73012c664bcae90566 (patch) | |
tree | 3858183a76cdffac054faa53a94c695bbe8995e2 /sound | |
parent | e1f0d6690817d1296161094106b23a0be9ee6ca0 (diff) |
[ALSA] hda-intel: Enable Analog CD Input from internal ATAPI connector on Asus M2N-SLI
Enable Analog CD Input from internal ATAPI connector on Asus M2N-SLI.
Signed-off-by: Johannes Stezenbach <js@sig21.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index b2c53809603e..9b0ecbfdc07d 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -2084,6 +2084,8 @@ static struct hda_verb ad1988_6stack_init_verbs[] = { | |||
2084 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, | 2084 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, |
2085 | {0x3c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | 2085 | {0x3c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, |
2086 | {0x34, AC_VERB_SET_CONNECT_SEL, 0x0}, | 2086 | {0x34, AC_VERB_SET_CONNECT_SEL, 0x0}, |
2087 | /* Analog CD Input */ | ||
2088 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, | ||
2087 | 2089 | ||
2088 | { } | 2090 | { } |
2089 | }; | 2091 | }; |