All of lore.kernel.org
 help / color / mirror / Atom feed
* Current alsa-driver CVS fails to compile.
@ 2005-09-10  9:19 James Courtier-Dutton
  2005-09-10 12:45 ` James Courtier-Dutton
  0 siblings, 1 reply; 2+ messages in thread
From: James Courtier-Dutton @ 2005-09-10  9:19 UTC (permalink / raw)
  To: alsa-devel

Here are the messages:
I am running vanilla 2.6.13 kernel.

*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/synth/snd-util-mem.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/synth/emux/snd-emux-synth.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/pci/emu10k1/snd-emu10k1.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/snd-timer.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/snd-rawmidi.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/snd-pcm.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/snd-hwdep.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/snd-seq.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/snd-seq-virmidi.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/snd-seq-midi.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/snd-seq-midi-event.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/snd-seq-device.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/seq/oss/snd-seq-oss.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/oss/snd-pcm-oss.ko] undefined!
*** Warning: "snd_compat_kzalloc" 
[/u/alsacvs/alsa-driver/acore/oss/snd-mixer-oss.ko] undefined!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Current alsa-driver CVS fails to compile.
  2005-09-10  9:19 Current alsa-driver CVS fails to compile James Courtier-Dutton
@ 2005-09-10 12:45 ` James Courtier-Dutton
  0 siblings, 0 replies; 2+ messages in thread
From: James Courtier-Dutton @ 2005-09-10 12:45 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: alsa-devel

I have just fixed this in CVS.
diff -u -r1.13 sound.inc
--- alsa-driver/acore/sound.inc 9 Sep 2005 12:52:51 -0000       1.13
+++ alsa-driver/acore/sound.inc 10 Sep 2005 12:43:12 -0000
@@ -40,7 +40,7 @@
  EXPORT_SYMBOL(snd_compat_kstrdup);
  #endif
  #endif
-#ifndef CONFIG_HAVE_KCALLOC
+#ifndef CONFIG_HAVE_KZALLOC
  #ifndef CONFIG_SND_DEBUG_MEMORY
  EXPORT_SYMBOL(snd_compat_kzalloc);
  #endif


James Courtier-Dutton wrote:
> Here are the messages:
> I am running vanilla 2.6.13 kernel.
> 
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/synth/snd-util-mem.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/synth/emux/snd-emux-synth.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/pci/emu10k1/snd-emu10k1.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/pci/ac97/snd-ac97-codec.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/snd-timer.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/snd-rawmidi.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/snd-pcm.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/snd-hwdep.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/snd-seq.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/snd-seq-virmidi.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/snd-seq-midi.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/snd-seq-midi-event.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/snd-seq-device.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/seq/oss/snd-seq-oss.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/oss/snd-pcm-oss.ko] undefined!
> *** Warning: "snd_compat_kzalloc" 
> [/u/alsacvs/alsa-driver/acore/oss/snd-mixer-oss.ko] undefined!
> 



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-10 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-10  9:19 Current alsa-driver CVS fails to compile James Courtier-Dutton
2005-09-10 12:45 ` James Courtier-Dutton

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.