Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29522/acore
Modified Files:
Makefile
Added Files:
pcm_lib.patch
Removed Files:
pcm_lib.c
Log Message:
Added CONFIG_HAVE_DUMP_STACK check
--- NEW FILE: pcm_lib.patch ---
--- ../alsa-kernel/core/pcm_lib.c 2004-01-26 17:40:54.000000000 +0100
+++ pcm_lib.c 2004-02-03 13:20:30.000000000 +0100
@@ -1,3 +1,4 @@
+#define __NO_VERSION__
/*
* Digital Audio (PCM) abstract layer
* Copyright (c) by Jaroslav Kysela <[EMAIL PROTECTED]>
@@ -164,7 +165,9 @@
substream->pcm->card->number,
substream->pcm->device,
substream->stream ? 'c' : 'p');
+#ifdef CONFIG_SND_HAVE_DUMP_STACK
dump_stack();
+#endif
}
#endif
return -EPIPE;
Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Makefile 31 Jan 2004 08:37:20 -0000 1.37
+++ Makefile 3 Feb 2004 12:27:30 -0000 1.38
@@ -5,7 +5,7 @@
include $(SND_TOPDIR)/toplevel.config
include $(SND_TOPDIR)/Makefile.conf
-clean-files := info.c pcm_native.c control.c hwdep.c init.c rawmidi.c sound.c timer.c
memalloc.c
+clean-files := info.c pcm_native.c pcm_lib.c control.c hwdep.c init.c rawmidi.c
sound.c timer.c memalloc.c
obj-$(CONFIG_SND_PDPLUS) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o
obj-$(CONFIG_SND_MIXART) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-hwdep.o
--- pcm_lib.c DELETED ---
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog