diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/ac97.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/ac97.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 55bc55eb6e24..0cdef971cbd3 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -60,6 +60,7 @@ static struct snd_soc_codec_dai ac97_dai = { | |||
60 | .ops = { | 60 | .ops = { |
61 | .prepare = ac97_prepare,}, | 61 | .prepare = ac97_prepare,}, |
62 | }; | 62 | }; |
63 | EXPORT_SYMBOL_GPL(ac97_dai); | ||
63 | 64 | ||
64 | static unsigned int ac97_read(struct snd_soc_codec *codec, | 65 | static unsigned int ac97_read(struct snd_soc_codec *codec, |
65 | unsigned int reg) | 66 | unsigned int reg) |
diff --git a/sound/soc/codecs/ac97.h b/sound/soc/codecs/ac97.h index 930ddfc2321a..2bf6d69fd069 100644 --- a/sound/soc/codecs/ac97.h +++ b/sound/soc/codecs/ac97.h | |||
@@ -14,5 +14,6 @@ | |||
14 | #define __LINUX_SND_SOC_AC97_H | 14 | #define __LINUX_SND_SOC_AC97_H |
15 | 15 | ||
16 | extern struct snd_soc_codec_device soc_codec_dev_ac97; | 16 | extern struct snd_soc_codec_device soc_codec_dev_ac97; |
17 | extern struct snd_soc_codec_dai ac97_dai; | ||
17 | 18 | ||
18 | #endif | 19 | #endif |