From a60245a2c3525751a67e629eafbabd8f2995540e Mon Sep 17 00:00:00 2001
From: Jeff Sierawski <jeffsierawski@motorola.com>
Date: Tue, 9 Sep 2014 18:26:38 -0500
Subject: [PATCH] ASoC msm: Use separate Tx codec dai for APQ.
For fusion platforms use separate Slimbus Tx channels
for the APQ and MDM to resolve concurrency issues.
Change-Id: I056dfafe4b8393f539c72720ee4edd508f5635fa
Signed-off-by: Jeff Sierawski <jeffsierawski@motorola.com>
---
sound/soc/msm/apq8084.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/msm/apq8084.c b/sound/soc/msm/apq8084.c
index 09204eb218b7..0568a82d4cee 100644
--- a/sound/soc/msm/apq8084.c
+++ b/sound/soc/msm/apq8084.c
@@ -4412,7 +4412,7 @@ static struct snd_soc_dai_link apq8084_taiko_be_dai_links[] = {
.cpu_dai_name = "msm-dai-q6-dev.16385",
.platform_name = "msm-pcm-routing",
.codec_name = "taiko_codec",
- .codec_dai_name = "taiko_tx1",
+ .codec_dai_name = "taiko_tx2",
.no_pcm = 1,
.async_ops = ASYNC_DPCM_SND_SOC_PREPARE
| ASYNC_DPCM_SND_SOC_HW_PARAMS,
--
GitLab