From 82e14a4754599952f5504c1f696bbc77bdfd6009 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Mon, 7 Nov 2011 15:24:17 +0100
Subject: [PATCH] ALSA: hda/realtek - Drop ALC262 model=basic static configs
Git-commit: 82e14a4754599952f5504c1f696bbc77bdfd6009
Patch-mainline: 3.3-rc1
References: FATE#314311

Now most of ALC262 stuff has been moved to the auto-parser, and no longer
need for keeping model=basic.

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

---
 sound/pci/hda/patch_realtek.c |    8 --------
 1 file changed, 8 deletions(-)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4496,14 +4496,6 @@ static int patch_alc262(struct hda_codec
 		err = alc262_parse_auto_config(codec);
 		if (err < 0)
 			goto error;
-#ifdef CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS
-		else if (!err) {
-			printk(KERN_INFO
-			       "hda_codec: Cannot set up configuration "
-			       "from BIOS.  Using base mode...\n");
-			board_config = ALC262_BASIC;
-		}
-#endif
 	}
 
 	if (board_config != ALC_MODEL_AUTO)
