diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-19 05:48:44 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-19 05:51:46 -0500 |
commit | f2624791a0c2a2d7664b12d75ca327917141fd3b (patch) | |
tree | c76cb6cf0b6a27eae1b20c1f3669104ff49b48c5 /sound | |
parent | b4e818768d50a5b7aa1635676839682bcf0691b6 (diff) |
ALSA: hda - Change quirk for Acer Aspire 5930G
Change the quirk for Acer Aspire 5930G from model=acer-aspire-4930g to
model=acer-aspre-6530g. The tuba bass gets muted along with the other
built-in speakers upon headphones insertion, the internal mic works
perfectly etc.
Reported-by: Claudio Viano <claudio.viano@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 28acbe63dfc8..d29fa18232ad 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8754,7 +8754,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = { | |||
8754 | SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", | 8754 | SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", |
8755 | ALC888_ACER_ASPIRE_4930G), | 8755 | ALC888_ACER_ASPIRE_4930G), |
8756 | SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", | 8756 | SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", |
8757 | ALC888_ACER_ASPIRE_4930G), | 8757 | ALC888_ACER_ASPIRE_6530G), |
8758 | SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", | 8758 | SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", |
8759 | ALC888_ACER_ASPIRE_8930G), | 8759 | ALC888_ACER_ASPIRE_8930G), |
8760 | SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", | 8760 | SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", |