diff options
author | Jarkko Nikula <jarkko.nikula@nokia.com> | 2008-11-21 07:31:33 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-21 09:35:06 -0500 |
commit | 0c758bdd678860fff3c4b600ec6f134e43526850 (patch) | |
tree | ee8f39f5ad6f535c8dfee6c369415f0071ef9910 /sound/soc/omap/omap-mcbsp.c | |
parent | 2dac9217b26fd0a0a1712386ce2ea1411835ffb7 (diff) |
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/omap-mcbsp.c')
-rw-r--r-- | sound/soc/omap/omap-mcbsp.c | 2 |
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 = { \ |