From 4faef18c21fc1884b339159d88f28f2f39d61333 Mon Sep 17 00:00:00 2001 From: Helen Zeng Date: Thu, 21 Mar 2013 18:52:56 -0700 Subject: 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 --- sound/soc/msm/msm8226.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sound/soc/msm/msm8226.c') 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", -- cgit v1.2.3