projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01da024
)
ALSA: cs5535audio: turn off mic bias on OLPCs by default
author
Andres Salomon
<dilinger@queued.net>
Thu, 6 Nov 2008 21:53:19 +0000
(16:53 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 10 Dec 2008 16:14:47 +0000
(17:14 +0100)
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs5535audio/cs5535audio_olpc.c
patch
|
blob
|
history
diff --git
a/sound/pci/cs5535audio/cs5535audio_olpc.c
b/sound/pci/cs5535audio/cs5535audio_olpc.c
index
73811e0
..
45b24f7
100644
(file)
--- 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;
}