summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-04-16 15:46:24 +0300
committerDarren Etheridge <detheridge@ti.com>2014-06-20 15:09:41 -0500
commitfcb5fdde6c8311ada3dc9332ee077fb42e355394 (patch)
treeb6a5e0b8968a46cc5602a49d7cfd15fd3b15857c /sound
parentee2d6e57a3d7c40a18049a7ce8014efd3d0bfe6e (diff)
ASoC: ams-delta: Use the same name for platform as the cpu_dai
[ Upstream commit a25f478f792d9992dbb0ffdb79384856150e93ff ] 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> Signed-off-by: Darren Etheridge <detheridge@ti.com>
Diffstat (limited to 'sound')
-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 629446482a9..da406926dd8 100644
--- a/sound/soc/omap/ams-delta.c
+++ b/sound/soc/omap/ams-delta.c
@@ -560,7 +560,7 @@ static struct snd_soc_dai_link ams_delta_dai_link = {
.cpu_dai_name = "omap-mcbsp.1",
.codec_dai_name = "cx20442-voice",
.init = ams_delta_cx20442_init,
- .platform_name = "omap-pcm-audio",
+ .platform_name = "omap-mcbsp.1",
.codec_name = "cx20442-codec",
.ops = &ams_delta_ops,
};