Commit 1972d02504b142a6f1442bd987a8831146031d3d

Authored by Takashi Iwai
1 parent 16ffe32c77

ALSA: hda - Add quirks for some HP laptops

The new HP laptops have PCI SSID 103c:701x and requires model=hp-dv5.

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

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

sound/pci/hda/patch_sigmatel.c
... ... @@ -1906,6 +1906,8 @@
1906 1906 "HP mini 1000", STAC_HP_M4),
1907 1907 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1908 1908 "HP HDX", STAC_HP_HDX), /* HDX16 */
  1909 + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
  1910 + "HP", STAC_HP_DV5),
1909 1911 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1910 1912 "unknown Dell", STAC_DELL_M4_1),
1911 1913 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,