commit | bddc2ef1323588caa69b6b806c193db4d1f97dad | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jul 15 09:59:32 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 19 16:17:26 2021 +0200 |
tree | e4d520b1c2814388936025fc1b292472277077ec | |
parent | 111601ff76e9eb5038254284dcdd3b212c752aef [diff] |
ALSA: sscape: Allocate resources with device-managed APIs This patch converts the resource management in ISA sscape driver 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-71-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>