]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: opl4: Remove superfluous snd_info_register() calls
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Feb 2019 11:35:16 +0000 (12:35 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Feb 2019 17:11:53 +0000 (18:11 +0100)
commit41e20a47f6e34e366102e7cbbfd220340c7ce8ff
treef658c373e71b54e377d1549efc5b783efd68a34a
parent2b927d4e7eef6cf08430cc47b4d1360b4c036874
ALSA: opl4: 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/drivers/opl4/opl4_proc.c