diff options
Diffstat (limited to 'sound/soc')
-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 5eb726b3ff1b..02a8179c34f0 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 = { | |||
1358 | }; | 1358 | }; |
1359 | 1359 | ||
1360 | /* LM49453 dai structure. */ | 1360 | /* LM49453 dai structure. */ |
1361 | struct snd_soc_dai_driver lm49453_dai[] = { | 1361 | static const struct snd_soc_dai_driver lm49453_dai[] = { |
1362 | { | 1362 | { |
1363 | .name = "LM49453 Headset", | 1363 | .name = "LM49453 Headset", |
1364 | .playback = { | 1364 | .playback = { |