aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-11-16 11:12:49 -0500
committerJaroslav Kysela <perex@suse.cz>2007-02-09 03:01:34 -0500
commit9dece1d74bd41f593cb1d9e387dc894dd826abf7 (patch)
tree3c2d88e0041d630a1104806ccd8a87ff21acd197 /sound/pci/hda/patch_realtek.c
parenta2ee47026025a3d1a5c2eccf3b0aa6c9fb02b101 (diff)
[ALSA] hda-codec - Fix ALC861 connection of front-output
Fix the wrongly set SET_CONNECTION verb for NID 0x0f of ALC861. The widget has only a single connection although the init verb sets to 0x01. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 7b4bac3567d5..02ee6565b6e9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6922,7 +6922,7 @@ static struct hda_verb alc861_base_init_verbs[] = {
6922 /* port-E for HP out (front panel) */ 6922 /* port-E for HP out (front panel) */
6923 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, 6923 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
6924 /* route front PCM to HP */ 6924 /* route front PCM to HP */
6925 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01 }, 6925 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
6926 /* port-F for mic-in (front panel) with vref */ 6926 /* port-F for mic-in (front panel) with vref */
6927 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, 6927 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
6928 /* port-G for CLFE (rear panel) */ 6928 /* port-G for CLFE (rear panel) */
@@ -6986,7 +6986,7 @@ static struct hda_verb alc861_threestack_init_verbs[] = {
6986 /* port-E for HP out (front panel) */ 6986 /* port-E for HP out (front panel) */
6987 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, 6987 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
6988 /* route front PCM to HP */ 6988 /* route front PCM to HP */
6989 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01 }, 6989 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
6990 /* port-F for mic-in (front panel) with vref */ 6990 /* port-F for mic-in (front panel) with vref */
6991 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, 6991 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
6992 /* port-G for CLFE (rear panel) */ 6992 /* port-G for CLFE (rear panel) */
@@ -7046,7 +7046,7 @@ static struct hda_verb alc861_uniwill_m31_init_verbs[] = {
7046 /* port-E for HP out (front panel) */ 7046 /* port-E for HP out (front panel) */
7047 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, // this has to be set to VREF80 7047 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, // this has to be set to VREF80
7048 /* route front PCM to HP */ 7048 /* route front PCM to HP */
7049 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01 }, 7049 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
7050 /* port-F for mic-in (front panel) with vref */ 7050 /* port-F for mic-in (front panel) with vref */
7051 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, 7051 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7052 /* port-G for CLFE (rear panel) */ 7052 /* port-G for CLFE (rear panel) */
@@ -7108,7 +7108,7 @@ static struct hda_verb alc861_asus_init_verbs[] = {
7108 /* port-E for HP out (front panel) */ 7108 /* port-E for HP out (front panel) */
7109 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, /* this has to be set to VREF80 */ 7109 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, /* this has to be set to VREF80 */
7110 /* route front PCM to HP */ 7110 /* route front PCM to HP */
7111 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01 }, 7111 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
7112 /* port-F for mic-in (front panel) with vref */ 7112 /* port-F for mic-in (front panel) with vref */
7113 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, 7113 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7114 /* port-G for CLFE (rear panel) */ 7114 /* port-G for CLFE (rear panel) */