diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-21 12:16:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-21 12:16:35 -0700 |
| commit | afd2fd344136e2d8a1e7e15debff2dcdd4430f56 (patch) | |
| tree | 9fad90577ec1511ddc3a885c1b790b2b701502b8 | |
| parent | da4c2cf3b31d90de190d7cdc57a3796f61d19343 (diff) | |
| parent | aa91dc149facde1d65739c56d52fda63c02d12d2 (diff) | |
Merge "ASoC: msm: qdsp6v2: Do not reset backend pass-through mode"
| -rw-r--r-- | sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c index 9e2e8b37ec10..7326e658c947 100644 --- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c @@ -15659,10 +15659,6 @@ static int msm_pcm_routing_close(struct snd_pcm_substream *substream) bedai->active = 0; bedai->sample_rate = 0; bedai->channel = 0; - for (i = 0; i < MSM_FRONTEND_DAI_MAX; i++) { - if (bedai->passthr_mode[i] != LISTEN) - bedai->passthr_mode[i] = LEGACY_PCM; - } mutex_unlock(&routing_lock); return 0; |
