From 747b72efa264338b464e74c12ec36da3b1da603a Mon Sep 17 00:00:00 2001 From: Daniel T Chen Date: Sat, 30 Oct 2010 11:52:02 -0400 Subject: [PATCH] ALSA: hda: Explicitly specify bios autoprobing for an Acer Aspire BugLink: https://launchpad.net/bugs/667918 The original reporter states that, without this quirk applied, he does not hear audio from speakers when headphones are not present. So, apply the quirk explicitly. This quirk is applicable for all kernels newer than and including 2.6.35. Reported-and-tested-by: Marco Gardini Cc: Signed-off-by: Daniel T Chen --- sound/pci/hda/patch_realtek.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 5f00589..05dee90 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9733,6 +9733,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = { ALC888_ACER_ASPIRE_4930G), SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", ALC888_ACER_ASPIRE_4930G), + SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire", ALC882_AUTO), SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", ALC888_ACER_ASPIRE_8930G), SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", -- 1.7.1