diff options
author | Andres Salomon <dilinger@queued.net> | 2008-11-06 16:53:19 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-10 11:14:47 -0500 |
commit | c8f0eeebc119c401202bc2794bec026d6cfd062e (patch) | |
tree | 7201d14f566d202bd894c33f9be6d8d99db7773d /sound/pci/cs5535audio | |
parent | 01da02419da827742acd5235467f493206e83574 (diff) |
ALSA: cs5535audio: turn off mic bias on OLPCs by default
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>
Diffstat (limited to 'sound/pci/cs5535audio')
-rw-r--r-- | 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 73811e0e8ac7..45b24f718d62 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) | |||
157 | return err; | 157 | return err; |
158 | } | 158 | } |
159 | 159 | ||
160 | /* turn off the mic by default */ | ||
161 | olpc_mic_bias(ac97, 0); | ||
160 | return 0; | 162 | return 0; |
161 | } | 163 | } |
162 | 164 | ||