[alsa-devel] [PATCH] Add model for Acer Aspire 5310
Hi!
Simplify usage of the Acer Aspire 5310 laptop with the ALC268 based codec sound card via add correct PCI SSID.
Signed-off-by: Andy Shevchenko andy@smile.org.ua
--- alsa-driver-hg20080125/alsa-kernel/pci/hda/patch_realtek.c.acer5310 2008-01-25 03:00:07.000000000 +0200 +++ alsa-driver-hg20080125/alsa-kernel/pci/hda/patch_realtek.c 2008-01-25 13:05:39.000000000 +0200 @@ -9925,6 +9925,7 @@ static const char *alc268_models[ALC268_
static struct snd_pci_quirk alc268_cfg_tbl[] = { SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), + SND_PCI_QUIRK(0x1025, 0x012e, "Acer Aspire 5310", ALC268_ACER), SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), SND_PCI_QUIRK(0x1025, 0x0136, "Acer Aspire 5315", ALC268_ACER), SND_PCI_QUIRK(0x1028, 0x0253, "Dell OEM", ALC268_DELL),
P.S. Sorry for separate patch. I've been noticed today about this one.
participants (1)
-
Andy Shevchenko