Commit a8e4f9ddea4a23705d4eea6afe4a01e1a57a0621
Committed by
Takashi Iwai
1 parent
e3d6ce6ff6
Exists in
master
and in
39 other branches
ALSA: hda - Add quirks for Acer Aspire 5930G and 6930G
This is a patch which adds correct auto detection of model for snd-hda-intel for Acer Aspire 5930G and 6930G. Tested on my 5930G. It finally adds hp jack sense and 5.1 speaker system sliders. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
sound/pci/hda/patch_realtek.c
... | ... | @@ -8461,6 +8461,10 @@ |
8461 | 8461 | SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_ACER_ASPIRE), |
8462 | 8462 | SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", |
8463 | 8463 | ALC888_ACER_ASPIRE_4930G), |
8464 | + SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", | |
8465 | + ALC888_ACER_ASPIRE_4930G), | |
8466 | + SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G", | |
8467 | + ALC888_ACER_ASPIRE_4930G), | |
8464 | 8468 | SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER), /* default Acer */ |
8465 | 8469 | SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL), |
8466 | 8470 | SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG), |