ALSA: emux: Remove superfluous snd_info_register() calls
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Feb 2019 11:36:02 +0000 (12:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Feb 2019 17:11:53 +0000 (18:11 +0100)
commit69fad28cefe33a8d45daef7ef9f5abb69ec2d343
treeaf1027b60db907229fd68fe7cc139459bf43c42c
parent413d452f3a1c99274d6a9d967fafa7a23c850b4e
ALSA: emux: Remove superfluous snd_info_register() calls

The calls of snd_info_register() are superfluous and should be avoided
at the procfs creation time.  They are called at the end of the whole
initialization via snd_card_register().  This patch drops such
superfluous calls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/synth/emux/emux_proc.c