diff options
-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 636923051ad3..d078099c3686 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, | |||
1351 | rate); | 1351 | rate); |
1352 | return -EINVAL; | 1352 | return -EINVAL; |
1353 | } | 1353 | } |
1354 | /* Capture is not supported with 17.64MHz sysclk */ | ||
1355 | if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { | ||
1356 | dev_err(codec->dev, | ||
1357 | "capture mode is not supported at %dHz\n", | ||
1358 | rate); | ||
1359 | return -EINVAL; | ||
1360 | } | ||
1361 | priv->sysclk = 17640000; | 1354 | priv->sysclk = 17640000; |
1362 | break; | 1355 | break; |
1363 | case 8000: | 1356 | case 8000: |