diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2007-05-10 11:12:31 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-16 05:45:28 -0400 |
commit | 9ae67c7b870f5220a6b30e4f6e83b319bd9be718 (patch) | |
tree | 8cf460b0ae23822efea263b8fb2edd0404575898 /sound/soc | |
parent | b75e53f09212f12369156710e84d1cbf115113cd (diff) |
[ALSA] ASoC AC97 static GPL symbol fix
This patch fixes a bug whereby the GPL'ed symbol ac97_dai was being
declared as static.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 0cdef971cbd3..f3b3b9efbb61 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -43,7 +43,7 @@ static int ac97_prepare(struct snd_pcm_substream *substream) | |||
43 | #define STD_AC97_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |\ | 43 | #define STD_AC97_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |\ |
44 | SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000) | 44 | SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000) |
45 | 45 | ||
46 | static struct snd_soc_codec_dai ac97_dai = { | 46 | struct snd_soc_codec_dai ac97_dai = { |
47 | .name = "AC97 HiFi", | 47 | .name = "AC97 HiFi", |
48 | .playback = { | 48 | .playback = { |
49 | .stream_name = "AC97 Playback", | 49 | .stream_name = "AC97 Playback", |