From: Wu Fengguang <fengguang.wu@intel.com>
To: Jeff Chua <jeff.chua.linux@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Microphone not working on PCI ID 8086:3b56
Date: Fri, 1 Oct 2010 10:15:48 +0800 [thread overview]
Message-ID: <20101001021548.GA7115@localhost> (raw)
In-Reply-To: <AANLkTinnTeseJY4RDuGNkTjNE--QJ0Mw_S8FVKy_RT7h@mail.gmail.com>
On Fri, Oct 01, 2010 at 02:08:09AM +0800, Jeff Chua wrote:
> On Thu, Sep 30, 2010 at 11:45 PM, Wu Fengguang <fengguang.wu@intel.com> 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),
WARNING: multiple messages have this Message-ID (diff)
From: Wu Fengguang <fengguang.wu@intel.com>
To: Jeff Chua <jeff.chua.linux@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>,
Linux Kernel <linux-kernel@vger.kernel.org>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: Microphone not working on PCI ID 8086:3b56
Date: Fri, 1 Oct 2010 10:15:48 +0800 [thread overview]
Message-ID: <20101001021548.GA7115@localhost> (raw)
In-Reply-To: <AANLkTinnTeseJY4RDuGNkTjNE--QJ0Mw_S8FVKy_RT7h@mail.gmail.com>
On Fri, Oct 01, 2010 at 02:08:09AM +0800, Jeff Chua wrote:
> On Thu, Sep 30, 2010 at 11:45 PM, Wu Fengguang <fengguang.wu@intel.com> 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),
next prev parent reply other threads:[~2010-10-01 2:15 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-30 13:11 Microphone not working on PCI ID 8086:3b56 Jeff Chua
2010-09-30 13:11 ` Jeff Chua
2010-09-30 13:14 ` Takashi Iwai
2010-09-30 13:14 ` Takashi Iwai
2010-09-30 15:29 ` Jeff Chua
2010-09-30 15:29 ` Jeff Chua
2010-09-30 15:38 ` Wu Fengguang
2010-09-30 15:38 ` Wu Fengguang
2010-09-30 18:26 ` Jeff Chua
2010-09-30 18:26 ` Jeff Chua
2010-09-30 15:39 ` Takashi Iwai
2010-09-30 15:39 ` Takashi Iwai
2010-09-30 15:45 ` Wu Fengguang
2010-09-30 15:45 ` Wu Fengguang
2010-09-30 18:08 ` Jeff Chua
2010-10-01 2:15 ` Wu Fengguang [this message]
2010-10-01 2:15 ` Wu Fengguang
2010-10-01 10:15 ` Jeff Chua
2010-10-01 10:15 ` Jeff Chua
2010-10-01 10:18 ` Takashi Iwai
2010-10-01 10:18 ` Takashi Iwai
2010-10-01 17:10 ` Jeff Chua
2011-03-18 17:55 ` Jeff Chua
2011-03-18 17:55 ` Jeff Chua
2010-09-30 17:31 ` Jeff Chua
2010-09-30 17:31 ` Jeff Chua
2010-09-30 13:29 ` Wu Fengguang
2010-09-30 13:29 ` Wu Fengguang
2010-09-30 15:34 ` Jeff Chua
2010-09-30 15:34 ` Jeff Chua
2010-09-30 15:41 ` Takashi Iwai
2010-09-30 15:41 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-09-14 22:32 Jeff Chua
2010-09-27 14:42 ` Takashi Iwai
2010-09-27 17:56 ` Jeff Chua
2010-09-27 18:18 ` Takashi Iwai
2010-09-28 13:33 ` Jeff Chua
2010-09-28 13:33 ` Jeff Chua
2010-09-28 13:42 ` Takashi Iwai
2010-09-28 13:42 ` Wu Fengguang
2010-09-28 13:42 ` Wu Fengguang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101001021548.GA7115@localhost \
--to=fengguang.wu@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=jeff.chua.linux@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.