diff options
-rw-r--r-- | sound/soc/codecs/lm49453.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 5eb726b3ff1..02a8179c34f 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = { }; /* LM49453 dai structure. */ -struct snd_soc_dai_driver lm49453_dai[] = { +static const struct snd_soc_dai_driver lm49453_dai[] = { { .name = "LM49453 Headset", .playback = { |