commit | a0dca822e923e605dbdc2f6ed4fcd96b74df9258 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 23 10:56:21 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Apr 24 17:31:08 2015 +0200 |
tree | 667e4f97b560fa6570f99cc60312a72faca4c852 | |
parent | 85d143180738475b89d76b18409c3125b01464e1 [diff] |
ALSA: core: Clean up OSS proc file management A few minor cleanups: - Move the call of snd_info_minor_register() into snd_info_init() so that we can call all proc-related stuff in a shot - Add missing __init prefix to snd_info_minor_register() - Return an error properly from snd_oss_info_register() - Drop snd_info_minor_unregister() that is superfluous now Acked-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>