* AC97 related build problem with CVS
@ 2004-11-20 6:45 Lee Revell
2004-11-22 13:14 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2004-11-20 6:45 UTC (permalink / raw)
To: alsa-devel
This must be related to the AC97 changes committed recently. CVS from
yesterday works, but today I get:
make[1]: Entering directory
`/home/rlrevell/kernel-source/linux-2.6.9-rc3-mm3-T3'
Building modules, stage 2.
MODPOST
*** Warning:
"snd_ac97_restore_iec958" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
*** Warning:
"snd_ac97_restore_status" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
Lee
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: AC97 related build problem with CVS
2004-11-20 6:45 AC97 related build problem with CVS Lee Revell
@ 2004-11-22 13:14 ` Takashi Iwai
2004-11-29 7:14 ` Alex Romosan
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2004-11-22 13:14 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel
At Sat, 20 Nov 2004 01:45:19 -0500,
Lee Revell wrote:
>
> This must be related to the AC97 changes committed recently. CVS from
> yesterday works, but today I get:
>
> make[1]: Entering directory
> `/home/rlrevell/kernel-source/linux-2.6.9-rc3-mm3-T3'
> Building modules, stage 2.
> MODPOST
> *** Warning:
> "snd_ac97_restore_iec958" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
> *** Warning:
> "snd_ac97_restore_status" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
Fine on my system. I don't think I missed the cvs commit....
Could you verify again? Did you get the compile warning during
compilation of ac97_codec.c and ac97_patch.c?
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: AC97 related build problem with CVS
2004-11-22 13:14 ` Takashi Iwai
@ 2004-11-29 7:14 ` Alex Romosan
2004-11-29 11:38 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Alex Romosan @ 2004-11-29 7:14 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Lee Revell, alsa-devel
Takashi Iwai <tiwai@suse.de> writes:
> At Sat, 20 Nov 2004 01:45:19 -0500,
> Lee Revell wrote:
>>
>> This must be related to the AC97 changes committed recently. CVS from
>> yesterday works, but today I get:
>>
>> make[1]: Entering directory
>> `/home/rlrevell/kernel-source/linux-2.6.9-rc3-mm3-T3'
>> Building modules, stage 2.
>> MODPOST
>> *** Warning:
>> "snd_ac97_restore_iec958" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
>> *** Warning:
>> "snd_ac97_restore_status" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
>
> Fine on my system. I don't think I missed the cvs commit....
> Could you verify again? Did you get the compile warning during
> compilation of ac97_codec.c and ac97_patch.c?
snd_ac97_restore_iec958 and snd_ac97_restore_status are defined only
if the kernel is configured with CONFIG_PM defined. there are some
missing #ifdef CONFIG_PM in ac97_patch.c.
--alex--
--
| I believe the moment is at hand when, by a paranoiac and active |
| advance of the mind, it will be possible (simultaneously with |
| automatism and other passive states) to systematize confusion |
| and thus to help to discredit completely the world of reality. |
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: AC97 related build problem with CVS
2004-11-29 7:14 ` Alex Romosan
@ 2004-11-29 11:38 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2004-11-29 11:38 UTC (permalink / raw)
To: Alex Romosan; +Cc: Lee Revell, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]
At Sun, 28 Nov 2004 23:14:26 -0800,
Alex Romosan wrote:
>
> Takashi Iwai <tiwai@suse.de> writes:
>
> > At Sat, 20 Nov 2004 01:45:19 -0500,
> > Lee Revell wrote:
> >>
> >> This must be related to the AC97 changes committed recently. CVS from
> >> yesterday works, but today I get:
> >>
> >> make[1]: Entering directory
> >> `/home/rlrevell/kernel-source/linux-2.6.9-rc3-mm3-T3'
> >> Building modules, stage 2.
> >> MODPOST
> >> *** Warning:
> >> "snd_ac97_restore_iec958" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
> >> *** Warning:
> >> "snd_ac97_restore_status" [/home/rlrevell/cvs/alsa/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
> >
> > Fine on my system. I don't think I missed the cvs commit....
> > Could you verify again? Did you get the compile warning during
> > compilation of ac97_codec.c and ac97_patch.c?
>
> snd_ac97_restore_iec958 and snd_ac97_restore_status are defined only
> if the kernel is configured with CONFIG_PM defined. there are some
> missing #ifdef CONFIG_PM in ac97_patch.c.
Ah ok, now fixed on CVS. The patch is attached below.
Takashi
[-- Attachment #2: Type: text/plain, Size: 3001 bytes --]
Index: alsa-kernel/include/ac97_codec.h
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/include/ac97_codec.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- alsa-kernel/include/ac97_codec.h 19 Nov 2004 13:44:27 -0000 1.55
+++ alsa-kernel/include/ac97_codec.h 29 Nov 2004 11:34:49 -0000 1.56
@@ -423,7 +423,9 @@
int (*build_specific) (ac97_t *ac97);
int (*build_spdif) (ac97_t *ac97);
int (*build_post_spdif) (ac97_t *ac97);
+#ifdef CONFIG_PM
void (*resume) (ac97_t *ac97);
+#endif
};
struct _snd_ac97_bus_ops {
Index: alsa-kernel/pci/ac97/ac97_patch.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/ac97/ac97_patch.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- alsa-kernel/pci/ac97/ac97_patch.c 25 Nov 2004 15:23:16 -0000 1.60
+++ alsa-kernel/pci/ac97/ac97_patch.c 29 Nov 2004 11:34:49 -0000 1.61
@@ -775,6 +775,7 @@
/*
* Analog Device AD18xx, AD19xx codecs
*/
+#ifdef CONFIG_PM
static void ad18xx_resume(ac97_t *ac97)
{
static unsigned short setup_regs[] = {
@@ -837,6 +838,7 @@
snd_ac97_restore_iec958(ac97);
}
+#endif
int patch_ad1819(ac97_t * ac97)
{
@@ -907,7 +909,9 @@
}
static struct snd_ac97_build_ops patch_ad1881_build_ops = {
+#ifdef CONFIG_PM
.resume = &ad18xx_resume
+#endif
};
int patch_ad1881(ac97_t * ac97)
@@ -988,7 +992,9 @@
static struct snd_ac97_build_ops patch_ad1885_build_ops = {
.build_specific = &patch_ad1885_specific,
+#ifdef CONFIG_PM
.resume = &ad18xx_resume
+#endif
};
int patch_ad1885(ac97_t * ac97)
@@ -1096,7 +1102,9 @@
static struct snd_ac97_build_ops patch_ad1981a_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1981a_specific,
+#ifdef CONFIG_PM
.resume = ad18xx_resume
+#endif
};
int patch_ad1981a(ac97_t *ac97)
@@ -1125,7 +1133,9 @@
static struct snd_ac97_build_ops patch_ad1981b_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1981b_specific,
+#ifdef CONFIG_PM
.resume = ad18xx_resume
+#endif
};
int patch_ad1981b(ac97_t *ac97)
@@ -1241,7 +1251,9 @@
static struct snd_ac97_build_ops patch_ad1888_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1888_specific,
+#ifdef CONFIG_PM
.resume = ad18xx_resume
+#endif
};
int patch_ad1888(ac97_t * ac97)
@@ -1276,7 +1288,9 @@
static struct snd_ac97_build_ops patch_ad1980_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1980_specific,
+#ifdef CONFIG_PM
.resume = ad18xx_resume
+#endif
};
int patch_ad1980(ac97_t * ac97)
@@ -1303,7 +1317,9 @@
static struct snd_ac97_build_ops patch_ad1985_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1985_specific,
+#ifdef CONFIG_PM
.resume = ad18xx_resume
+#endif
};
int patch_ad1985(ac97_t * ac97)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-29 11:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-20 6:45 AC97 related build problem with CVS Lee Revell
2004-11-22 13:14 ` Takashi Iwai
2004-11-29 7:14 ` Alex Romosan
2004-11-29 11:38 ` 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.