aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@nokia.com>2008-11-21 14:31:33 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-21 14:35:06 +0000
commit0c758bdd678860fff3c4b600ec6f134e43526850 (patch)
treeee8f39f5ad6f535c8dfee6c369415f0071ef9910 /sound/soc/omap
parentASoC: Add Marvell Zylonite machine support (diff)
downloadlinux-dev-0c758bdd678860fff3c4b600ec6f134e43526850.tar.xz
linux-dev-0c758bdd678860fff3c4b600ec6f134e43526850.zip
ASoC: OMAP: Fix preprocessor filled DAI name in McBSP DAI
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/omap-mcbsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c
index 6013898f49b4..2eeb135c1e4b 100644
--- a/sound/soc/omap/omap-mcbsp.c
+++ b/sound/soc/omap/omap-mcbsp.c
@@ -454,7 +454,7 @@ static int omap_mcbsp_dai_set_dai_sysclk(struct snd_soc_dai *cpu_dai,
#define OMAP_MCBSP_DAI_BUILDER(link_id) \
{ \
- .name = "omap-mcbsp-dai-(link_id)", \
+ .name = "omap-mcbsp-dai-"#link_id, \
.id = (link_id), \
.type = SND_SOC_DAI_I2S, \
.playback = { \