diff options
| author | Srivatsa Vaddagiri <svaddagi@qti.qualcomm.com> | 2017-03-21 20:35:28 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-21 20:35:28 -0700 |
| commit | d11fa9933474afa14ebe4a3fdbb4c2ef7e0d7e1f (patch) | |
| tree | 38c6ab0801a4ba3cf0160f5c6b876c68a93c15d0 | |
| parent | 437b8ba3b238c2bfdadb99bc6db55237710c5204 (diff) | |
| parent | 838525b3a3dd095bd3379027ae8fc5bc4e255b45 (diff) | |
Merge "ASoC: msm: qdsp6v2: add route from SEC_MI2S_TX to MM2" into dev/msm-4.4-8996au
| -rw-r--r-- | sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c index 3677a06c65ae..3ff2710d06cd 100644 --- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c @@ -12355,6 +12355,7 @@ static const struct snd_soc_dapm_route intercon[] = { {"MultiMedia2 Mixer", "SLIM_8_TX", "SLIMBUS_8_TX"}, {"MultiMedia1 Mixer", "SEC_MI2S_TX", "SEC_MI2S_TX"}, {"MultiMedia1 Mixer", "PRI_MI2S_TX", "PRI_MI2S_TX"}, + {"MultiMedia2 Mixer", "SEC_MI2S_TX", "SEC_MI2S_TX"}, {"MultiMedia6 Mixer", "SLIM_0_TX", "SLIMBUS_0_TX"}, {"MultiMedia6 Mixer", "TERT_MI2S_TX", "TERT_MI2S_TX"}, {"MultiMedia3 Mixer", "TERT_MI2S_TX", "TERT_MI2S_TX"}, |
