Skip to content

Commit

Permalink
ALSA: cs5535audio: turn off mic bias on OLPCs by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andres Salomon authored and Takashi Iwai committed Dec 10, 2008
1 parent 01da024 commit c8f0eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/cs5535audio/cs5535audio_olpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c8f0eee

Please sign in to comment.