summaryrefslogtreecommitdiff
path: root/sound/soc/msm/msm8226.c
diff options
context:
space:
mode:
authorHelen Zeng <xiaoyunz@codeaurora.org>2013-03-21 18:52:56 -0700
committerStephen Boyd <sboyd@codeaurora.org>2013-09-04 16:13:57 -0700
commit4faef18c21fc1884b339159d88f28f2f39d61333 (patch)
tree82f3d72edb20d0e5a421cd1f2993f0e890b62eee /sound/soc/msm/msm8226.c
parentbb10a36c74d1cb1b081b4fcb571fd96dfb4664c8 (diff)
ASoC: msm8226: Change VoLTE to Voice2
Volte is not supported in msm8226. Change the front end dai VoLTE to Voice2 to support the second voice call. Change-Id: If941dc89d8486fac55dd8e60a23398887669c7e3 Signed-off-by: Helen Zeng <xiaoyunz@codeaurora.org>
Diffstat (limited to 'sound/soc/msm/msm8226.c')
-rw-r--r--sound/soc/msm/msm8226.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/msm/msm8226.c b/sound/soc/msm/msm8226.c
index 547509d9c730..4d9d27cbc59e 100644
--- a/sound/soc/msm/msm8226.c
+++ b/sound/soc/msm/msm8226.c
@@ -772,20 +772,19 @@ static struct snd_soc_dai_link msm8226_dai[] = {
.codec_name = "snd-soc-dummy",
},
{
- .name = "VoLTE",
- .stream_name = "VoLTE",
- .cpu_dai_name = "VoLTE",
+ .name = "Voice2",
+ .stream_name = "Voice2",
+ .cpu_dai_name = "Voice2",
.platform_name = "msm-pcm-voice",
.dynamic = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
- SND_SOC_DPCM_TRIGGER_POST},
+ SND_SOC_DPCM_TRIGGER_POST},
.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
.ignore_suspend = 1,
/* this dainlink has playback support */
.ignore_pmdown_time = 1,
.codec_dai_name = "snd-soc-dummy-dai",
.codec_name = "snd-soc-dummy",
- .be_id = MSM_FRONTEND_DAI_VOLTE,
},
{
.name = "MSM8226 LowLatency",