Bug 12423

Summary: Quirk for AD1884A sub-type "laptop" for HP 6730b laptop
Product: Drivers Reporter: Peter Clifton (pcjc2)
Component: Sound(ALSA)Assignee: Takashi Iwai (tiwai)
Status: CLOSED CODE_FIX    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.28 Subsystem:
Regression: --- Bisected commit-id:
Attachments: Patch adding quirk

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.