Commit c3f68171 authored by Mark Brown's avatar Mark Brown

ASoC: ab8500: Staticise non-exported ab85000_codec_dai

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 77b67063
...@@ -2356,7 +2356,7 @@ static int ab8500_codec_set_dai_tdm_slot(struct snd_soc_dai *dai, ...@@ -2356,7 +2356,7 @@ static int ab8500_codec_set_dai_tdm_slot(struct snd_soc_dai *dai,
return 0; return 0;
} }
struct snd_soc_dai_driver ab8500_codec_dai[] = { static struct snd_soc_dai_driver ab8500_codec_dai[] = {
{ {
.name = "ab8500-codec-dai.0", .name = "ab8500-codec-dai.0",
.id = 0, .id = 0,
......
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