diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-13 18:27:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-13 18:33:48 -0400 |
commit | d1280fd8f585fadf74f8cdbcbc422bdcbf3fb7a0 (patch) | |
tree | f44d33dcaf8626e78112d72251622ea6a4dd8933 /sound/soc | |
parent | dc2af52c0d6d00fd530e4a5e300834cdb1bb1c1c (diff) |
ASoC: lm49453: Staticise non-exported symbol lm45453_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 = { |