[ALSA] Remove unneeded read/write_size fields in proc text ops
[deliverable/linux.git] / sound / pci / riptide / riptide.c
index d8cc985d7241bfc20833d9c09fb1a9bc203dcdf4..c27cd499977787efb58f74bfb000475ba9361edd 100644 (file)
@@ -1992,7 +1992,7 @@ static void __devinit snd_riptide_proc_init(struct snd_riptide *chip)
        struct snd_info_entry *entry;
 
        if (!snd_card_proc_new(chip->card, "riptide", &entry))
-               snd_info_set_text_ops(entry, chip, 4096, snd_riptide_proc_read);
+               snd_info_set_text_ops(entry, chip, snd_riptide_proc_read);
 }
 
 static int __devinit snd_riptide_mixer(struct snd_riptide *chip)
This page took 0.025724 seconds and 5 git commands to generate.