diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-01 12:51:25 +0000 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-04-30 11:03:45 +0200 |
commit | 48857c5169bce81a0b4f4adaca149af26890da2a (patch) | |
tree | 6ee0e26883bbf6525254557f6605f4e813dbe27b /sound | |
parent | 517421a17705138db6b6cec1e70f699a40b89298 (diff) | |
download | kernel_samsung_espresso10-48857c5169bce81a0b4f4adaca149af26890da2a.zip kernel_samsung_espresso10-48857c5169bce81a0b4f4adaca149af26890da2a.tar.gz kernel_samsung_espresso10-48857c5169bce81a0b4f4adaca149af26890da2a.tar.bz2 |
ASoC: Tune down active mode detection rate for WM8958 mic detection
Saves a little power.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 157179e..fb275eb 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -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) |