2003-07-18 01:54:52

by nick black

[permalink] [raw]
Subject: [PATCH] 2.6.0 build alsa without procfs

the attached/following fixes a compilation issue with alsa + !procfs.
applies to 2.6.0-test1-ac2 and 2.6.0-test1.

--- linux-2.6.0-test1-pristine/sound/core/memalloc.c 2003-07-17 20:28:36.000000000 -0400
+++ linux-2.6.0-test1/sound/core/memalloc.c 2003-07-17 22:03:41.000000000 -0400
@@ -886,7 +886,9 @@

static int __init snd_mem_init(void)
{
+#ifdef CONFIG_PROC_FS
create_proc_read_entry("driver/snd-page-alloc", 0, 0, snd_mem_proc_read, NULL);
+#endif
#ifdef ENABLE_PREALLOC
preallocate_cards();
#endif
--
nick black <[email protected]>
"np: nondeterministic polynomial-time
the class of dashed hopes and idle dreams." - the complexity zoo