From 49bb765233c1a271ca3aedffd0766a988a05a116 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 9 Jul 2007 17:53:18 +0200 Subject: [PATCH] --- yaml --- r: 62105 b: refs/heads/master c: 341d4eb0cffdcd5fbdbd696dc26671f91e7c418c h: refs/heads/master i: 62103: 90fc62e27c673a8f7d05aad10d8ee01638113a93 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 67649aad64c2..7007e04b5b35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c34532da91c208bd5567419984ea6a4bf60dad60 +refs/heads/master: 341d4eb0cffdcd5fbdbd696dc26671f91e7c418c diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 2f074ba57480..804276685324 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -9491,7 +9491,10 @@ static struct snd_pci_quirk alc861_cfg_tbl[] = { SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS), SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS P1-AH2", ALC861_3ST_DIG), SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA), - SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), + /* FIXME: the entry below breaks Toshiba A100 (model=auto works!) + * Any other models that need this preset? + */ + /* SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), */ SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31), SND_PCI_QUIRK(0x1584, 0x9075, "Uniwill", ALC861_UNIWILL_M31), SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31),