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