2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/sound/pci/trident
Philipp Stanner c553c4120e ALSA: trident: Use pure devres PCI
pci_request_regions() is a hybrid function which becomes managed if
pcim_enable_device() was called before. This hybrid nature is deprecated
and should not be used anymore.

In addition, the request function's name parameter should describe the
driver, not the device.

Replace pci_request_regions() with the always-managed function
pcim_request_all_regions().

Signed-off-by: Philipp Stanner <phasta@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250423075346.45907-17-phasta@kernel.org
2025-04-24 09:21:34 +02:00
..
Makefile ALSA: pci: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:37 +02:00
trident_main.c ALSA: trident: Use pure devres PCI 2025-04-24 09:21:34 +02:00
trident_memory.c ALSA: trident: Use standard print API 2024-08-08 07:49:46 +02:00
trident.c ALSA: trident: Allocate resources with device-managed APIs 2021-07-19 16:17:08 +02:00
trident.h ALSA: trident: Remove unused declarations 2024-08-17 16:32:40 +02:00