]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Removed debug output.
authorJaroslav Kysela <perex@perex.cz>
Sun, 12 Dec 1999 20:25:53 +0000 (20:25 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 12 Dec 1999 20:25:53 +0000 (20:25 +0000)
src/pcm/pcm_plugin_build.c

index 17aea6d97b23917c8434c5d9b40ed32125aa6b1e..1fe604026d288e6a4113aff2544fbdfbd053d9f5 100644 (file)
@@ -20,7 +20,9 @@
  */
   
 #ifdef __KERNEL__
+#if 0
 #define PLUGIN_DEBUG
+#endif
 #include "../include/driver.h"
 #include "../include/pcm.h"
 typedef snd_pcm_runtime_t PLUGIN_BASE;