diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index dcc7fe91244c..9d947aef2c8b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -2920,7 +2920,8 @@ static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = { | |||
2920 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a, | 2920 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a, |
2921 | "HP Mini", STAC_92HD83XXX_HP_LED), | 2921 | "HP Mini", STAC_92HD83XXX_HP_LED), |
2922 | SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP), | 2922 | SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP), |
2923 | SND_PCI_QUIRK(PCI_VENDOR_ID_TOSHIBA, 0xfa91, | 2923 | /* match both for 0xfa91 and 0xfa93 */ |
2924 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_TOSHIBA, 0xfffd, 0xfa91, | ||
2924 | "Toshiba Satellite S50D", STAC_92HD83XXX_GPIO10_EAPD), | 2925 | "Toshiba Satellite S50D", STAC_92HD83XXX_GPIO10_EAPD), |
2925 | {} /* terminator */ | 2926 | {} /* terminator */ |
2926 | }; | 2927 | }; |