commit | a8d149813b4456b689effb1f10accdc937566703 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 15:02:11 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 06 18:11:54 2019 +0100 |
tree | 8d0f924acd27aa26a5bd60d8e542f477e54ad4d8 | |
parent | 69fad28cefe33a8d45daef7ef9f5abb69ec2d343 [diff] |
ALSA: pcm: 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, as well as cleaning up the calls of substream proc entries with a common helper. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>