summaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx
diff options
context:
space:
mode:
authorAxel Lin2011-10-03 05:33:05 +0200
committerMark Brown2011-10-03 15:15:32 +0200
commit1c6927f872990c43b73e0cd4ccdf1831725f3c4a (patch)
tree0a419d0493dbb470e65745e0d783609bd2fe25d4 /sound/soc/ep93xx
parentASoC: Staticise simtec_audio_resume() (diff)
downloadkernel-qcow2-linux-1c6927f872990c43b73e0cd4ccdf1831725f3c4a.tar.gz
kernel-qcow2-linux-1c6927f872990c43b73e0cd4ccdf1831725f3c4a.tar.xz
kernel-qcow2-linux-1c6927f872990c43b73e0cd4ccdf1831725f3c4a.zip
ASoC: Staticise ep93xx_ac97_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mika Westerberg <mika.westerberg@iki.fi> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx')
-rw-r--r--sound/soc/ep93xx/ep93xx-ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ep93xx/ep93xx-ac97.c b/sound/soc/ep93xx/ep93xx-ac97.c
index c7417c76552b..3cd6158d83e1 100644
--- a/sound/soc/ep93xx/ep93xx-ac97.c
+++ b/sound/soc/ep93xx/ep93xx-ac97.c
@@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
.trigger = ep93xx_ac97_trigger,
};
-struct snd_soc_dai_driver ep93xx_ac97_dai = {
+static struct snd_soc_dai_driver ep93xx_ac97_dai = {
.name = "ep93xx-ac97",
.id = 0,
.ac97_control = 1,