commit | 749cadc7f53f99691e0e0b518980a5ab454cc844 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jul 15 09:59:19 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 19 16:17:16 2021 +0200 |
tree | 79195296225bde2d30d047c22d23747fbba93670 | |
parent | 5d50e348a499dcf5ba40dd797ac15fa78fe8d06b [diff] |
ALSA: als100: Allocate resources with device-managed APIs This patch converts the resource management in ISA als100 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-58-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>