* [PATCH] ASoC AC97 static GPL symbol fix
@ 2007-05-10 13:07 Liam Girdwood
2007-05-10 15:35 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Liam Girdwood @ 2007-05-10 13:07 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel@alsa-project.org
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
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>
[-- Attachment #2: ac97.patch --]
[-- Type: text/x-patch, Size: 472 bytes --]
--- a/soc/codecs/ac97.c Mon May 07 09:29:32 2007 +0200
+++ b/soc/codecs/ac97.c Tue May 08 10:16:09 2007 +0100
@@ -43,7 +43,7 @@ static int ac97_prepare(struct snd_pcm_s
#define STD_AC97_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |\
SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000)
-static struct snd_soc_codec_dai ac97_dai = {
+struct snd_soc_codec_dai ac97_dai = {
.name = "AC97 HiFi",
.playback = {
.stream_name = "AC97 Playback",
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC AC97 static GPL symbol fix
2007-05-10 13:07 [PATCH] ASoC AC97 static GPL symbol fix Liam Girdwood
@ 2007-05-10 15:35 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2007-05-10 15:35 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel@alsa-project.org
At Thu, 10 May 2007 14:07:38 +0100,
Liam Girdwood wrote:
>
> 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>
Applied to ALSA tree. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 13:07 [PATCH] ASoC AC97 static GPL symbol fix Liam Girdwood
2007-05-10 15:35 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.