linux/sound/hda/common
Linus Torvalds 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
This converts some of the visually simpler cases that have been split
over multiple lines.  I only did the ones that are easy to verify the
resulting diff by having just that final GFP_KERNEL argument on the next
line.

Somebody should probably do a proper coccinelle script for this, but for
me the trivial script actually resulted in an assertion failure in the
middle of the script.  I probably had made it a bit _too_ trivial.

So after fighting that far a while I decided to just do some of the
syntactically simpler cases with variations of the previous 'sed'
scripts.

The more syntactically complex multi-line cases would mostly really want
whitespace cleanup anyway.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 20:03:00 -08:00
..
auto_parser.c
beep.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
bind.c ALSA: hda: Drop superfluous driver->ops NULL checks 2025-07-11 09:55:38 +02:00
codec.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
controller.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
controller_trace.h
hda_auto_parser.h
hda_beep.h
hda_controller.h
hda_jack.h ALSA: hda - fix function names & missing function parameter 2026-01-07 09:05:50 +01:00
hda_local.h ALSA: hda - fix function names & missing function parameter 2026-01-07 09:05:50 +01:00
hwdep.c
jack.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/common 2025-07-11 09:55:37 +02:00
Makefile
proc.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
sysfs.c ALSA: hda: Relax __free() variable declarations 2025-12-17 10:08:30 +01:00