diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-10-13 12:05:41 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-13 16:19:39 (GMT) |
commit | f872826e940c0372221897981b0a60781c2212e5 (patch) | |
tree | 36a63163179bf608287a39f5932a4e45d8ef0db9 /sound/soc/codecs | |
parent | 1cba77c16309e14565d4006bb4373a4866278663 (diff) | |
download | linux-fsl-qoriq-f872826e940c0372221897981b0a60781c2212e5.tar.xz |
ASoC: twl6040: Remove Capture restriction for 17.64MHz sysclk
Capture is supported in all PLL configuration.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/twl6040.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 6369230..d078099 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c @@ -1351,13 +1351,6 @@ static int twl6040_hw_params(struct snd_pcm_substream *substream, rate); return -EINVAL; } - /* Capture is not supported with 17.64MHz sysclk */ - if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { - dev_err(codec->dev, - "capture mode is not supported at %dHz\n", - rate); - return -EINVAL; - } priv->sysclk = 17640000; break; case 8000: |