ALSA: hda - Add another HP model for AD1884A

Added a quirk entry for another HP mobile device with AD1884A codec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1
+1
sound/pci/hda/patch_analog.c
··· 3860 3860 3861 3861 static struct snd_pci_quirk ad1884a_cfg_tbl[] = { 3862 3862 SND_PCI_QUIRK(0x103c, 0x3030, "HP", AD1884A_MOBILE), 3863 + SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE), 3863 3864 SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD), 3864 3865 {} 3865 3866 };