From ab9c29f1a48f18db39e81d24ea0aaf779d9b5934 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 10 Mar 2009 14:53:54 +0100 Subject: [PATCH] --- yaml --- r: 133115 b: refs/heads/master c: 3b628867f328cfe1ad4811d63961579874f87041 h: refs/heads/master i: 133113: 11d3a20b2f1567eae04c766694b660296d315d31 133111: ca2a1c7587f14461a3b2f25e9b9acb5e99d94375 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_conexant.c | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 738fa64565cd..c5a623ff8dc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b880c74adf7e79b97de710a152ea82f292f9abc7 +refs/heads/master: 3b628867f328cfe1ad4811d63961579874f87041 diff --git a/trunk/sound/pci/hda/patch_conexant.c b/trunk/sound/pci/hda/patch_conexant.c index d5d736ff7c6c..e9e47574c613 100644 --- a/trunk/sound/pci/hda/patch_conexant.c +++ b/trunk/sound/pci/hda/patch_conexant.c @@ -1377,12 +1377,9 @@ static struct hda_verb cxt5047_init_verbs[] = { /* configuration for Toshiba Laptops */ static struct hda_verb cxt5047_toshiba_init_verbs[] = { - {0x13, AC_VERB_SET_EAPD_BTLENABLE, 0x0 }, /* default on */ - /* pin sensing on HP and Mic jacks */ - {0x13, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT}, - {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT}, + {0x13, AC_VERB_SET_EAPD_BTLENABLE, 0x0}, /* default off */ /* Speaker routing */ - {0x1d, AC_VERB_SET_CONNECT_SEL,0x1}, + {0x1d, AC_VERB_SET_CONNECT_SEL, 0x1}, {} };