Skip to content

Commit

Permalink
ASoC: Tune down active mode detection rate for WM8958 mic detection
Browse files Browse the repository at this point in the history
Saves a little power.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 1, 2011
1 parent 2a8a856 commit 604533d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ static const struct {
} wm8958_micd_rates[] = {
{ 32768, true, 1, 4 },
{ 32768, false, 1, 1 },
{ 44100 * 256, true, 7, 6 },
{ 44100 * 256, false, 7, 6 },
{ 44100 * 256, true, 7, 10 },
{ 44100 * 256, false, 7, 10 },
};

static void wm8958_micd_set_rate(struct snd_soc_codec *codec)
Expand Down

0 comments on commit 604533d

Please sign in to comment.