aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-04-16 08:46:24 -0400
committerMark Brown <broonie@linaro.org>2014-04-18 13:00:46 -0400
commita25f478f792d9992dbb0ffdb79384856150e93ff (patch)
treeaf801df696e1bbd61e6776da1f7da26da772c05a /sound/soc/omap
parent301151733a783d4d8bfa08af8a1eadfea2338cf3 (diff)
ASoC: ams-delta: Use the same name for platform as the cpu_dai
Now that the platform driver is registered with the cpu_dai's device we can use the same name for it. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/ams-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c
index 2ac0a0c3b570..b0f8dbc1f635 100644
--- a/sound/soc/omap/ams-delta.c
+++ b/sound/soc/omap/ams-delta.c
@@ -536,7 +536,7 @@ static struct snd_soc_dai_link ams_delta_dai_link = {
536 .cpu_dai_name = "omap-mcbsp.1", 536 .cpu_dai_name = "omap-mcbsp.1",
537 .codec_dai_name = "cx20442-voice", 537 .codec_dai_name = "cx20442-voice",
538 .init = ams_delta_cx20442_init, 538 .init = ams_delta_cx20442_init,
539 .platform_name = "omap-pcm-audio", 539 .platform_name = "omap-mcbsp.1",
540 .codec_name = "cx20442-codec", 540 .codec_name = "cx20442-codec",
541 .ops = &ams_delta_ops, 541 .ops = &ams_delta_ops,
542}; 542};