linux/sound/soc/renesas
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
..
rcar ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe() 2025-11-13 00:36:01 +00:00
dma-sh7760.c ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
fsi.c ASoC: renesas: fsi: Constify struct fsi_stream_handler 2025-10-27 12:22:48 +00:00
hac.c ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
Kconfig ASoC: renesas: Standardize ASoC menu 2025-06-24 01:01:35 +01:00
Makefile ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
migor.c ASoC: sh: migor: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-02-25 13:19:22 +00:00
rz-ssi.c ASoC: renesas: rz-ssi: Fix playback and capture 2026-02-17 13:17:03 +00:00
sh7760-ac97.c ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
siu.h ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
siu_dai.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
siu_pcm.c ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00
ssi.c ASoC: Rename "sh" to "renesas" 2024-10-30 13:15:31 +00:00