From 11d0b9eb47d3f607fe173e0ef5432ce971dce768 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 7 Nov 2008 14:53:09 +0100 Subject: [PATCH] --- yaml --- r: 120443 b: refs/heads/master c: 0edb94543092535a2c6ef33e7285004168ca73d7 h: refs/heads/master i: 120441: 5879ce1c24bf4b3744e04f7bd830b49a8d40f703 120439: 78b2feb636ae1f32462e961fe3a6a252cc6931df v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a1a6f9f7dc1e..61f900792994 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30cde0aacc5f6786b0c4d4fafaac95eac845b8d7 +refs/heads/master: 0edb94543092535a2c6ef33e7285004168ca73d7 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index f3c447cf67f8..3e112df1c0dc 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -2067,6 +2067,8 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = { SND_PCI_QUIRK(0x1014, 0x05b7, "Thinkpad Z60", 0x01), SND_PCI_QUIRK(0x17aa, 0x2010, "Thinkpad X/T/R60", 0x01), SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X/T/R61", 0x01), + /* broken BIOS */ + SND_PCI_QUIRK(0x1028, 0x20ac, "Dell Studio Desktop", 0x01), {} };