]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: compress: Remove superfluous snd_info_register() calls
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Feb 2019 13:55:19 +0000 (14:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Feb 2019 17:11:54 +0000 (18:11 +0100)
commitcd8a84268b6799cf4e7e1a4066e7f2d1d5b24a14
tree272a9d888f8c0e40f6cb3cf6b8753d5b93de0c78
parent7b4c9c3b4381d9b59648127af1f306b8582d1e47
ALSA: compress: 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: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/compress_offload.c