]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: firewire: Remove superfluous snd_info_register() calls
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Feb 2019 11:34:12 +0000 (12:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Feb 2019 17:11:38 +0000 (18:11 +0100)
commit0c298bdc38a00b8bbbd4df21c85c57d8a9dab625
tree10c0edb946537b7972c142c2925c3a9bc1fcb49f
parent348c5ad5d69cc0a3fb1f6e3f22787a9721e2a420
ALSA: firewire: 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.

Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob_proc.c
sound/firewire/dice/dice-proc.c
sound/firewire/digi00x/digi00x-proc.c
sound/firewire/fireface/ff-proc.c
sound/firewire/fireworks/fireworks_proc.c
sound/firewire/motu/motu-proc.c
sound/firewire/oxfw/oxfw-proc.c
sound/firewire/tascam/tascam-proc.c