* [PATCH] Add configuration for HP EliteBook 2530p
@ 2009-03-31 23:33 Matthew Garrett
2009-03-31 23:36 ` Matthew Garrett
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Garrett @ 2009-03-31 23:33 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai
The HP EliteBook 2530p needs the AD1884A_LAPTOP codec setup.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 5bb48ee..945b029 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3924,6 +3924,7 @@ static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x3070, "HP", AD1884A_MOBILE),
SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x30e0, "HP laptop", AD1884A_LAPTOP),
+ SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x30e1, "HP laptop", AD1884A_LAPTOP),
SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x3600, "HP laptop", AD1884A_LAPTOP),
SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
{}
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add configuration for HP EliteBook 2530p
2009-03-31 23:33 [PATCH] Add configuration for HP EliteBook 2530p Matthew Garrett
@ 2009-03-31 23:36 ` Matthew Garrett
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2009-03-31 23:36 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai
Ack, ignore that - I see that it's included in the mask setting in the
latest code.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-31 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 23:33 [PATCH] Add configuration for HP EliteBook 2530p Matthew Garrett
2009-03-31 23:36 ` Matthew Garrett
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.