diff options
author | Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 2006-01-24 04:35:46 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-02-01 07:09:21 -0500 |
commit | fd56f2db9385a651d31fe86eb4cc6cacbb0c5a63 (patch) | |
tree | a29b6bf1a09af14c40d5d4a418297521f2f40827 /sound | |
parent | ad0651f97a3f8c5982921cb57fbedc877279e03d (diff) |
[ALSA] hda-codec - Fix init verb of ALC260
Modules: HDA Codec driver
Fixed the wrong widget id for line-2 selector in the init verb
of ALC260.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 543980d89b83..043513b94b1c 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -2475,7 +2475,7 @@ static struct hda_verb alc260_init_verbs[] = { | |||
2475 | /* LINE-2 is used for line-out in rear */ | 2475 | /* LINE-2 is used for line-out in rear */ |
2476 | {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | 2476 | {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, |
2477 | /* select line-out */ | 2477 | /* select line-out */ |
2478 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, | 2478 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00}, |
2479 | /* LINE-OUT pin */ | 2479 | /* LINE-OUT pin */ |
2480 | {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | 2480 | {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, |
2481 | /* enable HP */ | 2481 | /* enable HP */ |