All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] snd_hda_codec_realtek: enable ALC271 for Acer laptops
@ 2011-04-07 17:38 Guido Trentalancia
  2011-04-14  9:45 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Guido Trentalancia @ 2011-04-07 17:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: kailang, pshou, tiwai, jwoithe

This quick fix to the Realtek HD Audio driver enables configurable support for the ALC271 type commonly found on some Acer laptops (e.g. Aspire 5745G).

Normally, the driver would fall back to BIOS auto-probing. However, the "model=acer" parameter can be passed on the boot command line to enable such support. Otherwise, it is quite common that the internal microphone does not work.

--- linux-2.6.38.2-original/sound/pci/hda/patch_realtek.c	2011-04-07 17:56:25.053046707 +0200
+++ linux-2.6.38.2/sound/pci/hda/patch_realtek.c	2011-04-07 19:03:00.975706888 +0200
@@ -15028,6 +15028,7 @@ static const char * const alc269_models[
 	[ALC269_DMIC]			= "laptop-dmic",
 	[ALC269_FUJITSU]		= "fujitsu",
 	[ALC269_LIFEBOOK]		= "lifebook",
+	[ALC271_ACER]			= "acer",
 	[ALC269_AUTO]			= "auto",
 };
  


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-14 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 17:38 [PATCH] snd_hda_codec_realtek: enable ALC271 for Acer laptops Guido Trentalancia
2011-04-14  9:45 ` Takashi Iwai
2011-04-14 16:59   ` Guido Trentalancia
2011-04-14 19:29     ` Takashi Iwai
2011-04-14 17:08   ` Guido Trentalancia
2011-04-14 19:26     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.