Merge "ASoC: msm: qdsp6v2: Clear pass-through mode on routing close"

This commit is contained in:
Linux Build Service Account 2017-05-02 09:07:43 -07:00 committed by Gerrit - the friendly Code Review server
commit 8d60131090

View file

@ -14107,6 +14107,7 @@ static int msm_pcm_routing_close(struct snd_pcm_substream *substream)
bedai->active = 0;
bedai->sample_rate = 0;
bedai->channel = 0;
bedai->passthr_mode = LEGACY_PCM;
mutex_unlock(&routing_lock);
return 0;