aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-13 18:27:07 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-13 18:33:48 -0400
commitd1280fd8f585fadf74f8cdbcbc422bdcbf3fb7a0 (patch)
treef44d33dcaf8626e78112d72251622ea6a4dd8933 /sound/soc
parentdc2af52c0d6d00fd530e4a5e300834cdb1bb1c1c (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.c2
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. */
1361struct snd_soc_dai_driver lm49453_dai[] = { 1361static const struct snd_soc_dai_driver lm49453_dai[] = {
1362 { 1362 {
1363 .name = "LM49453 Headset", 1363 .name = "LM49453 Headset",
1364 .playback = { 1364 .playback = {