From: Mark Brown Date: Thu, 1 Dec 2011 12:51:25 +0000 (+0000) Subject: ASoC: Tune down active mode detection rate for WM8958 mic detection X-Git-Tag: Ubuntu-5.13.0-19.19~25459^2~242 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=604533de0f60c3be6ae99fdaf44d1d79f38b307e;p=mirror_ubuntu-jammy-kernel.git ASoC: Tune down active mode detection rate for WM8958 mic detection Saves a little power. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index d36b62b492c1..45bfa09f2e45 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)