commit | 098493041a2ce8a35eada728e136e5a5edfe24ad | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jul 15 09:59:28 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 19 16:17:24 2021 +0200 |
tree | a88fe000a5723bfc33509db6d65347698f8afdfe | |
parent | 5b88da3c800f21a76b9fd755c604402c15b10855 [diff] |
ALSA: msnd: Allocate resources with device-managed APIs This patch converts the resource management in ISA msnd drivers with devres as a clean up. Each manual resource management is converted with the corresponding devres helper. The remove callback became superfluous and dropped. This should give no user-visible functional changes. Link: https://lore.kernel.org/r/20210715075941.23332-67-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>