diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-16 08:36:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-16 11:41:09 -0400 |
commit | 70ce6aee664a3e61ca5b4278d61db6da0996cade (patch) | |
tree | abc8452a05073c1ce9693ea4a84bfb5683446907 /sound/soc/samsung | |
parent | 82cd87643be7f133ad9a85865f67a0dcadcb76c7 (diff) |
ASoC: Run Speyside WM8962 at 512fs
Ensure we have access to all the advanced DSP functinality offered by the
WM8962 by running the system clock at 512fs.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/speyside_wm8962.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/samsung/speyside_wm8962.c b/sound/soc/samsung/speyside_wm8962.c index 0b9eb5f7ec4c..753e1c2702b0 100644 --- a/sound/soc/samsung/speyside_wm8962.c +++ b/sound/soc/samsung/speyside_wm8962.c | |||
@@ -28,13 +28,13 @@ static int speyside_wm8962_set_bias_level(struct snd_soc_card *card, | |||
28 | if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { | 28 | if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { |
29 | ret = snd_soc_dai_set_pll(codec_dai, WM8962_FLL, | 29 | ret = snd_soc_dai_set_pll(codec_dai, WM8962_FLL, |
30 | WM8962_FLL_MCLK, 32768, | 30 | WM8962_FLL_MCLK, 32768, |
31 | 44100 * 256); | 31 | 44100 * 512); |
32 | if (ret < 0) | 32 | if (ret < 0) |
33 | pr_err("Failed to start FLL: %d\n", ret); | 33 | pr_err("Failed to start FLL: %d\n", ret); |
34 | 34 | ||
35 | ret = snd_soc_dai_set_sysclk(codec_dai, | 35 | ret = snd_soc_dai_set_sysclk(codec_dai, |
36 | WM8962_SYSCLK_FLL, | 36 | WM8962_SYSCLK_FLL, |
37 | 44100 * 256, | 37 | 44100 * 512, |
38 | SND_SOC_CLOCK_IN); | 38 | SND_SOC_CLOCK_IN); |
39 | if (ret < 0) { | 39 | if (ret < 0) { |
40 | pr_err("Failed to set SYSCLK: %d\n", ret); | 40 | pr_err("Failed to set SYSCLK: %d\n", ret); |