From d8897da379f96c562b17af65496b37c5ac18dcdb Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Mon, 15 Aug 2011 13:15:17 +0200
Subject: [PATCH] ALSA: hda - Remove ALC268 Dell, Toshiba and Zapto model quirks
Git-commit: d8897da379f96c562b17af65496b37c5ac18dcdb
Patch-mainline: 3.2-rc1
References: FATE#314311

These models work fine with the BIOS auto-parser.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/patch_realtek.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4252,7 +4252,7 @@ static int patch_alc268(struct hda_codec
 
 	if (board_config < 0)
 		board_config = alc_board_codec_sid_config(codec,
-			ALC268_MODEL_LAST, alc268_models, alc268_ssid_cfg_tbl);
+			ALC268_MODEL_LAST, alc268_models, NULL);
 
 	if (board_config < 0) {
 		printk(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
