|
@@ -128,9 +128,7 @@ int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, ch
|
|
#endif
|
|
#endif
|
|
snd_emux_init_virmidi(emu, card);
|
|
snd_emux_init_virmidi(emu, card);
|
|
|
|
|
|
-#ifdef CONFIG_PROC_FS
|
|
|
|
snd_emux_proc_init(emu, card, index);
|
|
snd_emux_proc_init(emu, card, index);
|
|
-#endif
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -150,9 +148,7 @@ int snd_emux_free(struct snd_emux *emu)
|
|
del_timer(&emu->tlist);
|
|
del_timer(&emu->tlist);
|
|
spin_unlock_irqrestore(&emu->voice_lock, flags);
|
|
spin_unlock_irqrestore(&emu->voice_lock, flags);
|
|
|
|
|
|
-#ifdef CONFIG_PROC_FS
|
|
|
|
snd_emux_proc_free(emu);
|
|
snd_emux_proc_free(emu);
|
|
-#endif
|
|
|
|
snd_emux_delete_virmidi(emu);
|
|
snd_emux_delete_virmidi(emu);
|
|
#ifdef CONFIG_SND_SEQUENCER_OSS
|
|
#ifdef CONFIG_SND_SEQUENCER_OSS
|
|
snd_emux_detach_seq_oss(emu);
|
|
snd_emux_detach_seq_oss(emu);
|