[ALSA] Remove unneeded read/write_size fields in proc text ops
[safe/jmp/linux-2.6] / sound / drivers / vx / vx_core.c
index e1c3dda..a601682 100644 (file)
@@ -640,7 +640,7 @@ static void vx_proc_init(struct vx_core *chip)
        struct snd_info_entry *entry;
 
        if (! snd_card_proc_new(chip->card, "vx-status", &entry))
-               snd_info_set_text_ops(entry, chip, 1024, vx_proc_read);
+               snd_info_set_text_ops(entry, chip, vx_proc_read);
 }