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/emu10k1
Philipp Stanner ed99513c87 ALSA: emu10k1: 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.

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-23-phasta@kernel.org
2025-04-24 09:21:35 +02:00
..
emu10k1_callback.c ALSA: emu10k1: fix wavetable playback position and caching, take 2 2024-04-07 08:35:52 +02:00
emu10k1_main.c ALSA: emu10k1: Use pure devres PCI 2025-04-24 09:21:35 +02:00
emu10k1_patch.c ALSA: emu10k1: Use dev_warn() 2024-08-08 07:49:46 +02:00
emu10k1_synth_local.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
emu10k1_synth.c ALSA: emu10k1: remove superfluous IRQ enable state saving 2023-07-13 10:30:06 +02:00
emu10k1.c ALSA: emu10k1: move the whole GPIO event handling to the workqueue 2024-04-28 11:58:12 +02:00
emu10k1x.c ALSA: emu10k1: Use pure devres PCI 2025-04-24 09:21:35 +02:00
emufx.c ALSA: Make control API taking controls_rwsem consistently 2023-07-20 10:05:19 +02:00
emumixer.c ALSA: emu10k1: use mutex for E-MU FPGA access locking 2024-04-28 11:58:12 +02:00
emumpu401.c ALSA: emu10k1: remove superfluous IRQ enable state saving 2023-07-13 10:30:06 +02:00
emupcm.c ALSA: emu10k1: drop SNDRV_PCM_RATE_KNOT 2024-09-06 09:23:54 +02:00
emuproc.c ALSA: emu10k1: Use str_yes_no() helper 2025-01-10 09:11:22 +01:00
io.c ALSA: emu10k1: move code for entering E-MU card FPGA programming mode 2024-04-28 12:00:36 +02:00
irq.c ALSA: emu10k1: clean up driver status comments 2023-07-17 09:29:36 +02:00
Makefile ALSA: pci: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:37 +02:00
memory.c ALSA: emu10k1: fix inconsistent indenting warning in snd_emu10k1_synth_free() 2025-02-27 12:26:34 +01:00
p16v.c ALSA: pcm: optimize and clarify stream synchronization ID API 2024-07-02 09:53:21 +02:00
p16v.h ALSA: emu10k1: clean up driver status comments 2023-07-17 09:29:36 +02:00
p17v.h ALSA: emu10k1: clean up driver status comments 2023-07-17 09:29:36 +02:00
timer.c ALSA: emu10k1: rework copyright statements 2023-07-17 09:30:34 +02:00
tina2.h ALSA: emu10k1: clean up driver status comments 2023-07-17 09:29:36 +02:00
voice.c ALSA: emu10k1: rework copyright statements 2023-07-17 09:30:34 +02:00