aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-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,
454 454
455#define OMAP_MCBSP_DAI_BUILDER(link_id) \ 455#define OMAP_MCBSP_DAI_BUILDER(link_id) \
456{ \ 456{ \
457 .name = "omap-mcbsp-dai-(link_id)", \ 457 .name = "omap-mcbsp-dai-"#link_id, \
458 .id = (link_id), \ 458 .id = (link_id), \
459 .type = SND_SOC_DAI_I2S, \ 459 .type = SND_SOC_DAI_I2S, \
460 .playback = { \ 460 .playback = { \