Skip to content

Commit

Permalink
ALSA: hda - Add another HP model for AD1884A
Browse files Browse the repository at this point in the history
Added a quirk entry for another HP mobile device with AD1884A codec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Oct 28, 2008
1 parent e044c39 commit 5695ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -3860,6 +3860,7 @@ static const char *ad1884a_models[AD1884A_MODELS] = {

static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x3030, "HP", AD1884A_MOBILE),
SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
{}
};
Expand Down

0 comments on commit 5695ff4

Please sign in to comment.