summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-06 12:25:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-06 12:25:47 -0700
commit4de50ebd05fb35f4bdc4029036343e4a7bc94f5a (patch)
tree85f0856688c87c358804c20f99f483412ece3224
parentb1c75b86c1285724bf1bd09641dc84c073a8490b (diff)
parent45c40de8cb36809c811d0dc55fe93fb7e93db3ca (diff)
Merge "ASoC: msm: qdsp6v2: Remove 48khz constraint"
-rw-r--r--sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c b/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
index a89d88eac41e..c8eebaea761b 100644
--- a/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
@@ -5825,11 +5825,6 @@ static int msm_dai_q6_tdm_hw_params(struct snd_pcm_substream *substream,
pr_debug("%s: dev_name: %s\n",
__func__, dev_name(dai->dev));
- if (params_rate(params) != 48000) {
- dev_err(dai->dev, "%s: invalid param rate %d\n",
- __func__, params_rate(params));
- return -EINVAL;
- }
if ((params_channels(params) == 0) ||
(params_channels(params) > 8)) {
dev_err(dai->dev, "%s: invalid param channels %d\n",