Home
last modified time | relevance | path

Searched hist:b1002b2d41c5d33c39b853cab3a83978f28be7de (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/rme9652/
H A Drme9652.cb1002b2d41c5d33c39b853cab3a83978f28be7de Thu Jul 15 07:59:09 UTC 2021 Takashi Iwai <tiwai@suse.de> ALSA: rme9652: Allocate resources with device-managed APIs

This patch converts the resource management in PCI rme9652 driver with
devres as a clean up. Each manual resource management is converted
with the corresponding devres helper, the page allocations are done
with the devres helper, and the card object release is managed now via
card->private_free instead of a lowlevel snd_device.

This should give no user-visible functional changes.

Link: https://lore.kernel.org/r/20210715075941.23332-48-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
b1002b2d41c5d33c39b853cab3a83978f28be7de Thu Jul 15 07:59:09 UTC 2021 Takashi Iwai <tiwai@suse.de> ALSA: rme9652: Allocate resources with device-managed APIs

This patch converts the resource management in PCI rme9652 driver with
devres as a clean up. Each manual resource management is converted
with the corresponding devres helper, the page allocations are done
with the devres helper, and the card object release is managed now via
card->private_free instead of a lowlevel snd_device.

This should give no user-visible functional changes.

Link: https://lore.kernel.org/r/20210715075941.23332-48-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>