Commit d1280fd8 authored by Mark Brown's avatar Mark Brown

ASoC: lm49453: Staticise non-exported symbol lm45453_dai

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent dc2af52c
...@@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = { ...@@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
}; };
/* LM49453 dai structure. */ /* LM49453 dai structure. */
struct snd_soc_dai_driver lm49453_dai[] = { static const struct snd_soc_dai_driver lm49453_dai[] = {
{ {
.name = "LM49453 Headset", .name = "LM49453 Headset",
.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