Commit bb1591b3 authored by Mark Brown's avatar Mark Brown

ASoC: isabelle: Staticise non-exported isabelle_dai

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b2a4ec3d
...@@ -1036,7 +1036,7 @@ static struct snd_soc_dai_ops isabelle_ul_dai_ops = { ...@@ -1036,7 +1036,7 @@ static struct snd_soc_dai_ops isabelle_ul_dai_ops = {
}; };
/* ISABELLE dai structure */ /* ISABELLE dai structure */
struct snd_soc_dai_driver isabelle_dai[] = { static struct snd_soc_dai_driver isabelle_dai[] = {
{ {
.name = "isabelle-dl1", .name = "isabelle-dl1",
.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