Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / sound / isa / gus / gus_mem.c
index f50c276..3c0d27a 100644 (file)
@@ -264,8 +264,10 @@ int snd_gf1_mem_init(struct snd_gus_card * gus)
        if (snd_gf1_mem_xalloc(alloc, &block) == NULL)
                return -ENOMEM;
 #ifdef CONFIG_SND_DEBUG
-       if (! snd_card_proc_new(gus->card, "gusmem", &entry))
-               snd_info_set_text_ops(entry, gus, snd_gf1_mem_info_read);
+       if (! snd_card_proc_new(gus->card, "gusmem", &entry)) {
+               snd_info_set_text_ops(entry, gus, 1024, snd_gf1_mem_info_read);
+               entry->c.text.read_size = 256 * 1024;
+       }
 #endif
        return 0;
 }