]> asedeno.scripts.mit.edu Git - linux.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)
commit4a471d7cc99d6a2f7c58d11c3f1a9665ca60dcd6
tree272a9d888f8c0e40f6cb3cf6b8753d5b93de0c78
parenta8d149813b4456b689effb1f10accdc937566703
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