Commit 0c758bdd authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Mark Brown

ASoC: OMAP: Fix preprocessor filled DAI name in McBSP DAI

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2dac9217
...@@ -454,7 +454,7 @@ static int omap_mcbsp_dai_set_dai_sysclk(struct snd_soc_dai *cpu_dai, ...@@ -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) \ #define OMAP_MCBSP_DAI_BUILDER(link_id) \
{ \ { \
.name = "omap-mcbsp-dai-(link_id)", \ .name = "omap-mcbsp-dai-"#link_id, \
.id = (link_id), \ .id = (link_id), \
.type = SND_SOC_DAI_I2S, \ .type = SND_SOC_DAI_I2S, \
.playback = { \ .playback = { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment