ALSA: hda - Add quirk for Dell Studio 1555

Added a quirk entry for Dell Studio 1555.

Reference: Novell bnc#525244
https://bugzilla.novell.com/show_bug.cgi?id=525244

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

+2
+2
sound/pci/hda/patch_sigmatel.c
··· 1809 1809 "Dell Studio 1537", STAC_DELL_M6_DMIC), 1810 1810 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, 1811 1811 "Dell Studio 17", STAC_DELL_M6_DMIC), 1812 + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, 1813 + "Dell Studio 1555", STAC_DELL_M6_DMIC), 1812 1814 {} /* terminator */ 1813 1815 }; 1814 1816