Commit a15eb0ce authored by Zidan Wang's avatar Zidan Wang Committed by Luis Henriques

ASoC: wm8960: Fix capture sample rate from 11250 to 11025

commit 22ee76da upstream.

wm8960 codec can't support sample rate 11250, it must be 11025.
Signed-off-by: default avatarZidan Wang <b50113@freescale.com>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 0849b368
......@@ -555,7 +555,7 @@ static struct {
{ 22050, 2 },
{ 24000, 2 },
{ 16000, 3 },
{ 11250, 4 },
{ 11025, 4 },
{ 12000, 4 },
{ 8000, 5 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment