linux/sound/soc/bcm
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
bcm63xx-i2s-whistler.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
bcm63xx-i2s.h ASoC: bcm: Use platform_get_irq() to get the interrupt 2021-12-21 18:05:43 +00:00
bcm63xx-pcm-whistler.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
bcm2835-i2s.c ASoC: bcm2835-i2s: Use maple tree register cache 2024-09-30 01:10:59 +02:00
cygnus-pcm.c ASoC: constify snd_soc_component_driver struct 2024-09-30 01:10:48 +02:00
cygnus-ssp.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
cygnus-ssp.h ASoC: cygnus: Remove unused declarations 2023-08-13 18:16:53 +01:00
Kconfig ASoC: bcm: Standardize ASoC menu 2025-06-24 01:01:11 +01:00
Makefile ASoC: bcm: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:16 +09:00