aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-07 15:24:17 +0100
committerTakashi Iwai <tiwai@suse.de>2011-11-08 08:59:36 +0100
commit82e14a4754599952f5504c1f696bbc77bdfd6009 (patch)
treea23a5f2047c5aa9bc691326d78106840e4c95373 /sound/pci/hda/patch_realtek.c
parent46900b5c55ece43b0e6ad7147ffb58e37ff45c82 (diff)
ALSA: hda/realtek - Drop ALC262 model=basic static configs
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>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 50820708be3..1f3d1686db1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4483,14 +4483,6 @@ static int patch_alc262(struct hda_codec *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)