summaryrefslogtreecommitdiff
path: root/sound/soc/msm/msm8226.c
diff options
context:
space:
mode:
authorHaynes Mathew George <hgeorge@codeaurora.org>2013-09-17 14:36:48 -0700
committerRavi Kumar Alamanda <ralama@codeaurora.org>2013-11-29 22:00:56 -0800
commitb9886742ed90625b4321e0da8560e6ae2042e5a5 (patch)
treece590f6ded5bcc558c3a836aade63ee811938b68 /sound/soc/msm/msm8226.c
parent974bfef3688fd2847caa2c7471ebe2ddcf6cda79 (diff)
ASoC: msm: change to enable audio
Use the soc-compress platform driver for all compress FEs. Update the device tree to include the new platform driver. Change-Id: I08a3d77c0fc03d97fbf045cd67821ef4c56fd2bc Signed-off-by: Haynes Mathew George <hgeorge@codeaurora.org> Signed-off-by: Krishnankutty Kolathappilly <kkolat@codeaurora.org> Signed-off-by: Dhananjay Kumar <dhakumar@codeaurora.org>
Diffstat (limited to 'sound/soc/msm/msm8226.c')
-rw-r--r--sound/soc/msm/msm8226.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/msm8226.c b/sound/soc/msm/msm8226.c
index 5ecb2bb361d7..d58dabc3d3cc 100644
--- a/sound/soc/msm/msm8226.c
+++ b/sound/soc/msm/msm8226.c
@@ -1189,7 +1189,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = {
.name = "MSM8226 Compr",
.stream_name = "COMPR",
.cpu_dai_name = "MultiMedia4",
- .platform_name = "msm-compr-dsp",
+ .platform_name = "msm-compress-dsp",
.dynamic = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
SND_SOC_DPCM_TRIGGER_POST},