linux/sound/soc/samsung
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
..
aries_wm8994.c ASoC: samsung: aries_wm8994: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:06 +00:00
arndale.c ASoC: samsung: arndale: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:59:09 +00:00
bells.c ASoC: samsung: bells: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:07 +00:00
dma.h ASoC: samsung: dmaengine: Convert to SPDX License Indentifier 2019-04-19 16:48:52 +01:00
dmaengine.c ASoC: samsung: dmaengine: Convert to SPDX License Indentifier 2019-04-19 16:48:52 +01:00
i2s-regs.h ASoC: samsung: i2s: add support for FSD I2S 2023-01-17 13:16:04 +00:00
i2s.c ASoC: samsung: Convert to RUNTIME_PM_OPS() & co 2025-03-17 10:14:54 +00:00
i2s.h ASoC: samsung: i2s: Convert to SPDX License Identifier 2019-04-19 16:49:49 +01:00
idma.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
idma.h ASoC: samsung: idma: Convert to SPDX License Identifier 2019-04-19 16:50:17 +01:00
Kconfig ASoC: samsung: Standardize ASoC menu 2025-06-24 01:01:37 +01:00
littlemill.c ASoC: samsung: littlemill: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:08 +00:00
lowland.c ASoC: samsung: lowland: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:09 +00:00
Makefile ASoC: samsung: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:28 +09:00
midas_wm1811.c ASoC: samsung: midas_wm1811: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:10 +00:00
odroid.c ASoC: samsung: odroid: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:59:08 +00:00
pcm.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
pcm.h ASoC: samsung: pcm: Convert to SPDX License Identifier 2019-04-19 16:53:12 +01:00
smdk_spdif.c ASoC: samsung: convert not to use asoc_xxx() 2023-09-25 14:16:34 +02:00
smdk_wm8994.c ASoC: samsung: smdk_wm8994: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:11 +00:00
smdk_wm8994pcm.c ASoC: samsung: smdk_wm8994pcm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:59:17 +00:00
snow.c ASoC: samsung: snow: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:59:06 +00:00
spdif.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
spdif.h ASoC: samsung: spdif: Convert to SPDX License Identifier 2019-04-19 16:58:21 +01:00
speyside.c ASoC: samsung: speyside: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:12 +00:00
tm2_wm5110.c ASoC: samsung: tm2_wm5110: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:13 +00:00
tobermory.c ASoC: samsung: tobermory: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:14 +00:00