From: Takashi Iwai <tiwai@suse.de>
To: "Mark T.B. Carroll" <mtbc@ixod.org>
Cc: ALSA development <alsa-devel@alsa-project.org>,
Marc Boucher <marc@linuxant.com>
Subject: Re: [ALSA] hda-codec - Fix laptop models for Cxt5045
Date: Tue, 01 Jul 2008 14:48:47 +0200 [thread overview]
Message-ID: <s5hlk0lepn4.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hod5heq04.wl%tiwai@suse.de>
At Tue, 01 Jul 2008 14:40:59 +0200,
I wrote:
>
> At Tue, 01 Jul 2008 08:26:47 -0400,
> Mark T.B. Carroll wrote:
> >
> > > Please run alsa-info.sh (with --no-upload option) for both working
> > > (patched) and non-working (the original) cases, and attach generated
> > > files to compare. This will be helpful to analyze the problem.
> >
> > Okay.
>
> There is no difference in the amp state, so I suppose the headphone
> isn't plugged with these. If so, please run alsa-info.sh with the
> headphone plugged, for both working and broken cases.
... or I might have read it wrong. The problem is that the pin 0x11
is disabled, where it's supposed to be a headphone jack.
So, for your device, model=laptop-micsense should be the right model.
Try that model, and if it works, try the patch without model option
again.
thanks,
Takashi
---
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 64df810..95e3367 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -906,6 +906,7 @@ static struct snd_pci_quirk cxt5045_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x30cf, "HP DV9533EG", CXT5045_LAPTOP_HPSENSE),
SND_PCI_QUIRK(0x103c, 0x30d5, "HP 530", CXT5045_LAPTOP_HP530),
SND_PCI_QUIRK(0x103c, 0x30d9, "HP Spartan", CXT5045_LAPTOP_HPSENSE),
+ SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba P105", CXT5045_LAPTOP_MICSENSE),
SND_PCI_QUIRK(0x152d, 0x0753, "Benq R55E", CXT5045_BENQ),
SND_PCI_QUIRK(0x1734, 0x10ad, "Fujitsu Si1520", CXT5045_LAPTOP_MICSENSE),
SND_PCI_QUIRK(0x1734, 0x10cb, "Fujitsu Si3515", CXT5045_LAPTOP_HPMICSENSE),
next prev parent reply other threads:[~2008-07-01 12:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <871w2ea4ek.fsf@ixod.org>
2008-07-01 7:07 ` [ALSA] hda-codec - Fix laptop models for Cxt5045 Jaroslav Kysela
2008-07-01 9:54 ` Takashi Iwai
2008-07-01 12:26 ` Mark T.B. Carroll
2008-07-01 12:36 ` Takashi Iwai
2008-07-01 12:40 ` Takashi Iwai
2008-07-01 12:48 ` Takashi Iwai [this message]
2008-07-01 13:19 ` Mark T.B. Carroll
2008-07-01 13:23 ` Takashi Iwai
2008-07-01 13:03 ` Mark T.B. Carroll
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=s5hlk0lepn4.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=marc@linuxant.com \
--cc=mtbc@ixod.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox