commit | d9fd7397a70e201800307f83eb3941f4d28fef81 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jul 15 09:59:21 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 19 16:17:18 2021 +0200 |
tree | fc53429f4c86c2dda3e97cb0e9612f870a92f64b | |
parent | 39c4f9aa761ab147f32cdea7c8d0b2c1fba2b082 [diff] |
ALSA: cmi8328: Allocate resources with device-managed APIs This patch converts the resource management in ISA cmi8328 driver with devres as a clean up. Each manual resource management is converted with the corresponding devres helper. This should give no user-visible functional changes. Link: https://lore.kernel.org/r/20210715075941.23332-60-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>