mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ALSA: hda: HP laptop quirk
Added HP laptop SND_PCI_QUIRK for STAC_HP_M4. Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b2c4f4d71f
commit
9a9e2359f4
1 changed files with 2 additions and 0 deletions
|
@ -1650,6 +1650,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
|
||||||
/* SigmaTel reference board */
|
/* SigmaTel reference board */
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
|
||||||
"DFI LanParty", STAC_92HD71BXX_REF),
|
"DFI LanParty", STAC_92HD71BXX_REF),
|
||||||
|
SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
|
||||||
|
"unknown HP", STAC_HP_M4),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
|
||||||
"unknown Dell", STAC_DELL_M4_1),
|
"unknown Dell", STAC_DELL_M4_1),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
|
||||||
|
|
Loading…
Add table
Reference in a new issue