aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-06 19:20:07 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-07 15:56:43 -0400
commitde535a5be53a06738409538c471a10a9de357bdd (patch)
tree0307ccd16edd3b84ada8fc4fda8d7e33dbc01569 /sound
parentad5e4655f9a920b1cc13972e0389eaf9e0ba10b3 (diff)
ASoC: Staticise AD1980 DAI
It doesn't need to be exported with multi-component. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/ad1980.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c
index d36bd1c333b8..410ccd5d41cd 100644
--- a/sound/soc/codecs/ad1980.c
+++ b/sound/soc/codecs/ad1980.c
@@ -133,7 +133,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg,
133 return 0; 133 return 0;
134} 134}
135 135
136struct snd_soc_dai_driver ad1980_dai = { 136static struct snd_soc_dai_driver ad1980_dai = {
137 .name = "ad1980-hifi", 137 .name = "ad1980-hifi",
138 .ac97_control = 1, 138 .ac97_control = 1,
139 .playback = { 139 .playback = {