]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: au88x0: Replace deprecated PCI functions
authorPhilipp Stanner <phasta@kernel.org>
Fri, 4 Apr 2025 12:19:04 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Apr 2025 07:19:57 +0000 (09:19 +0200)
commit413557a64de64ae921829f37f05c234cc5cd4c6f
tree2e3ce5ca98818a7e5b0e2af8ae125149bef58c12
parent04759145a16e61c965e320858bc8b019f76ffe65
ALSA: au88x0: Replace deprecated PCI functions

pcim_iomap_table() and pcim_iomap_regions() have been deprecated.
Replace them with pcim_iomap_region().

Additionally, the "name" parameter of pcim_iomap_region() should reflect
the driver's, not the hardware's, name. Pass the correct parameter.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250404121911.85277-5-phasta@kernel.org
sound/pci/au88x0/au88x0.c