From 97277a7c2b0dbe160ab5f55a1d064c46bcdf687b Mon Sep 17 00:00:00 2001
From: Ravi Kumar Alamanda <ralama@codeaurora.org>
Date: Fri, 24 Apr 2015 14:52:04 -0700
Subject: [PATCH] ASoC: msm: Use Multimedia3 FE for PCM playback

Assign unused Multimedia3 FE for PCM playback.
---
 sound/soc/msm/apq8084.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/soc/msm/apq8084.c b/sound/soc/msm/apq8084.c
index 0568a82d4cee..8aa387dda908 100644
--- a/sound/soc/msm/apq8084.c
+++ b/sound/soc/msm/apq8084.c
@@ -3461,10 +3461,10 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
 		.be_id = MSM_FRONTEND_DAI_VOIP,
 	},
 	{
-		.name = "APQ8084 LPA",
-		.stream_name = "LPA",
+		.name = "APQ8084 Media3",
+		.stream_name = "MultiMedia3",
 		.cpu_dai_name	= "MultiMedia3",
-		.platform_name  = "msm-pcm-lpa",
+		.platform_name  = "msm-pcm-dsp.0",
 		.dynamic = 1,
 		.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
 		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
-- 
GitLab