From patchwork Thu Apr 5 08:33:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Henningsson X-Patchwork-Id: 150891 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id E3B1EB7054 for ; Thu, 5 Apr 2012 18:33:37 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SFi8B-0007k8-9o; Thu, 05 Apr 2012 08:33:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SFi89-0007jp-Lz for kernel-team@lists.ubuntu.com; Thu, 05 Apr 2012 08:33:21 +0000 Received: from hd9483857.selulk5.dyn.perspektivbredband.net ([217.72.56.87] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1SFi89-0007vw-IH; Thu, 05 Apr 2012 08:33:21 +0000 From: David Henningsson To: kernel-team@lists.ubuntu.com Subject: [12.04, no-up, PATCH] ALSA: HDA: Remove quirk for Gigabyte GA-H61M-S2PV Date: Thu, 5 Apr 2012 10:33:18 +0200 Message-Id: <1333614798-8225-1-git-send-email-david.henningsson@canonical.com> X-Mailer: git-send-email 1.7.9.1 Cc: 948360@bugs.launchpad.net X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This model quirk causes codec parsing to fail for the bug reporter. As a result, alsamixer cannot even be opened. Verification: I have tested the changed code in hda-emu and then the error disappears (and no new errors are appearing), and hda-emu is a safe way to test/verify these types of errors. Upstream: has already removed this model completely as part of a bigger rewrite. BugLink: https://bugs.launchpad.net/bugs/948360 Signed-off-by: David Henningsson --- sound/pci/hda/alc882_quirks.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/pci/hda/alc882_quirks.c b/sound/pci/hda/alc882_quirks.c index 50f4cbd..42a0aeb 100644 --- a/sound/pci/hda/alc882_quirks.c +++ b/sound/pci/hda/alc882_quirks.c @@ -2901,7 +2901,6 @@ static const struct snd_pci_quirk alc882_cfg_tbl[] = { SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD), SND_PCI_QUIRK(0x10f1, 0x2350, "TYAN-S2350", ALC888_6ST_DELL), SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch), - SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P35 DS3R", ALC882_6ST_DIG), SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG), SND_PCI_QUIRK(0x1462, 0x040d, "MSI", ALC883_TARGA_2ch_DIG),