OSDN Git Service

ALSA: rme32: Allocate resources with device-managed APIs
authorTakashi Iwai <tiwai@suse.de>
Thu, 15 Jul 2021 07:58:43 +0000 (09:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Jul 2021 14:16:47 +0000 (16:16 +0200)
commit102e6156ded2849f3f5c7e1519e94c809bb187e0
treeec9a67720103770414d91222e7136d6657711127
parent5c0939253c3cb86a3e1197197ddaed051109e1ad
ALSA: rme32: Allocate resources with device-managed APIs

This patch converts the resource management in PCI rme32 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-22-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme32.c