From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: Microphone not working on PCI ID 8086:3b56 Date: Fri, 1 Oct 2010 10:15:48 +0800 Message-ID: <20101001021548.GA7115@localhost> References: <20100930154557.GD11399@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by alsa0.perex.cz (Postfix) with ESMTP id 59F4F1039A7 for ; Fri, 1 Oct 2010 04:15:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Jeff Chua Cc: Takashi Iwai , "alsa-devel@alsa-project.org" , Linux Kernel List-Id: alsa-devel@alsa-project.org On Fri, Oct 01, 2010 at 02:08:09AM +0800, Jeff Chua wrote: > On Thu, Sep 30, 2010 at 11:45 PM, Wu Fengguang wrote: > > > As a kindly reminder, these verbose options are pretty useful: > > > > CONFIG_SND_VERBOSE_PROCFS=y > > CONFIG_SND_VERBOSE_PRINTK=y > > CONFIG_SND_DEBUG=y > > CONFIG_SND_DEBUG_VERBOSE=y > > Attached alsa log and dmesg with above enabled. Jeff, this should make your mic work. Thanks, Fengguang diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index a6c68cb..c0c2b33 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -3110,6 +3110,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x21b2, "Thinkpad X100e", CXT5066_IDEAPAD), SND_PCI_QUIRK(0x17aa, 0x21b3, "Thinkpad Edge 13 (197)", CXT5066_IDEAPAD), SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD), + SND_PCI_QUIRK(0x17aa, 0x2156, "Lenovo X201s", CXT5066_THINKPAD), SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD), SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G series", CXT5066_IDEAPAD), SND_PCI_QUIRK(0x17aa, 0x390a, "Lenovo S10-3t", CXT5066_IDEAPAD),