]> Pileus Git - ~andy/linux/blobdiff - sound/synth/emux/emux_proc.c
[ALSA] Fix disconnection of proc interface
[~andy/linux] / sound / synth / emux / emux_proc.c
index 58b9601f3ad0cf3428cdbf307ddc93cb9c34768a..59144ec026e4c4534b136e99c059f67b513034d7 100644 (file)
@@ -128,10 +128,8 @@ void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device)
 
 void snd_emux_proc_free(struct snd_emux *emu)
 {
-       if (emu->proc) {
-               snd_info_unregister(emu->proc);
-               emu->proc = NULL;
-       }
+       snd_info_free_entry(emu->proc);
+       emu->proc = NULL;
 }
 
 #endif /* CONFIG_PROC_FS */