mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ASoC: ad193x: fix system clock
system clock is 24.576MHz instead of 12.288MHz Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
95c93d8525
commit
25ea524bed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue