提交 25ea524b 编写于 作者: S Scott Jiang 提交者: Mark Brown

ASoC: ad193x: fix system clock

system clock is 24.576MHz instead of 12.288MHz
Signed-off-by: NScott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 95c93d85
......@@ -56,7 +56,7 @@ static int bf5xx_ad193x_hw_params(struct snd_pcm_substream *substream,
switch (params_rate(params)) {
case 48000:
clk = 12288000;
clk = 24576000;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册