Bug 12423 - Quirk for AD1884A sub-type "laptop" for HP 6730b laptop
Summary: Quirk for AD1884A sub-type "laptop" for HP 6730b laptop
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Sound(ALSA) (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Takashi Iwai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-10 19:46 UTC by Peter Clifton
Modified: 2009-01-11 04:16 UTC (History)
0 users

See Also:
Kernel Version: 2.6.28
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
Patch adding quirk (570 bytes, patch)
2009-01-10 19:47 UTC, Peter Clifton
Details | Diff

Description Peter Clifton 2009-01-10 19:46:28 UTC
Needs a quirk:

)

Needs a quirk to put the AD1984A codec in "laptop" mode.

(NB: The AD1984A codec inherits from the base settings in AD1884A)

index 686c774..3175b98 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3863,6 +3863,7 @@ static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
        SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
        SND_PCI_QUIRK(0x103c, 0x30e7, "HP EliteBook 8530p", AD1884A_LAPTOP),
        SND_PCI_QUIRK(0x103c, 0x3614, "HP 6730s", AD1884A_LAPTOP),
+ SND_PCI_QUIRK(0x103c, 0x30e6, "HP 6730b", AD1884A_LAPTOP),
        SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
        {}
 };
Comment 1 Peter Clifton 2009-01-10 19:47:00 UTC
Created attachment 19739 [details]
Patch adding quirk
Comment 2 Takashi Iwai 2009-01-11 04:16:37 UTC
Thanks, this was already fixed on the latest tree.

Note You need to log in before you can comment on or make changes to this bug.