提交 604533de 编写于 作者: M Mark Brown

ASoC: Tune down active mode detection rate for WM8958 mic detection

Saves a little power.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 2a8a856d
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册