All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/14] ALSA: cs5535audio: turn off mic bias on OLPCs by default
@ 2008-11-06 21:53 Andres Salomon
  0 siblings, 0 replies; only message in thread
From: Andres Salomon @ 2008-11-06 21:53 UTC (permalink / raw)
  To: Jaya Kumar; +Cc: linux-kernel, akpm, Takashi Iwai


Always turn off mic bias; the MIC LED should never come on when the
driver is first loaded.

Signed-off-by: Andres Salomon <dilinger@debian.org>
---
 sound/pci/cs5535audio/cs5535audio_olpc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/pci/cs5535audio/cs5535audio_olpc.c b/sound/pci/cs5535audio/cs5535audio_olpc.c
index 73811e0..45b24f7 100644
--- a/sound/pci/cs5535audio/cs5535audio_olpc.c
+++ b/sound/pci/cs5535audio/cs5535audio_olpc.c
@@ -157,6 +157,8 @@ int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97)
 			return err;
 	}
 
+	/* turn off the mic by default */
+	olpc_mic_bias(ac97, 0);
 	return 0;
 }
 
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-06 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 21:53 [PATCH 12/14] ALSA: cs5535audio: turn off mic bias on OLPCs by default Andres Salomon

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.