From bff35b2f09ca9623329958d77517b55709550d62 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 16 Apr 2007 19:20:17 +0200 Subject: [PATCH] --- yaml --- r: 56172 b: refs/heads/master c: 5d0cedee53938832acc4a5081658f0ce31680c0f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/ac97.c | 1 + trunk/sound/soc/codecs/ac97.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 58a79ac4afb2..d2539bbf8642 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33703b73980f0a84251c298d00ad5fbcce81ca31 +refs/heads/master: 5d0cedee53938832acc4a5081658f0ce31680c0f diff --git a/trunk/sound/soc/codecs/ac97.c b/trunk/sound/soc/codecs/ac97.c index 55bc55eb6e24..0cdef971cbd3 100644 --- a/trunk/sound/soc/codecs/ac97.c +++ b/trunk/sound/soc/codecs/ac97.c @@ -60,6 +60,7 @@ static struct snd_soc_codec_dai ac97_dai = { .ops = { .prepare = ac97_prepare,}, }; +EXPORT_SYMBOL_GPL(ac97_dai); static unsigned int ac97_read(struct snd_soc_codec *codec, unsigned int reg) diff --git a/trunk/sound/soc/codecs/ac97.h b/trunk/sound/soc/codecs/ac97.h index 930ddfc2321a..2bf6d69fd069 100644 --- a/trunk/sound/soc/codecs/ac97.h +++ b/trunk/sound/soc/codecs/ac97.h @@ -14,5 +14,6 @@ #define __LINUX_SND_SOC_AC97_H extern struct snd_soc_codec_device soc_codec_dev_ac97; +extern struct snd_soc_codec_dai ac97_dai; #endif