mbox series

[0/9] ALSA: Use automatic cleanup of kfree()

Message ID 20240222111509.28390-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Use automatic cleanup of kfree() | expand

Message

Takashi Iwai Feb. 22, 2024, 11:15 a.m. UTC
Hi,

this is a series of patches for ALSA core code to use the new cleanup
mechanism for temporary buffers.
Merely a cleanup using cleanup, no functional changes.
I confirmed that there is no significant resultant size grow by this,
too.


Takashi

===

Takashi Iwai (9):
  ALSA: pcm: Use automatic cleanup of kfree()
  ALSA: control: Use automatic cleanup of kfree()
  ALSA: compress_offload: Use automatic cleanup of kfree()
  ALSA: timer: Use automatic cleanup of kfree()
  ALSA: vmaster: Use automatic cleanup of kfree()
  ALSA: seq: oss: Use automatic cleanup of kfree()
  ALSA: seq: virmidi: Use automatic cleanup of kfree()
  ALSA: seq: ump: Use automatic cleanup of kfree()
  ALSA: seq: core: Use automatic cleanup of kfree()

 sound/core/compress_offload.c     | 36 ++++-------
 sound/core/control.c              | 23 +++----
 sound/core/control_compat.c       | 69 ++++++++-------------
 sound/core/pcm.c                  |  4 +-
 sound/core/pcm_compat.c           | 29 ++++-----
 sound/core/pcm_native.c           | 99 ++++++++++++-------------------
 sound/core/seq/oss/seq_oss_init.c | 15 ++---
 sound/core/seq/oss/seq_oss_midi.c | 11 +---
 sound/core/seq/seq_compat.c       | 12 ++--
 sound/core/seq/seq_midi.c         | 14 +----
 sound/core/seq/seq_ump_client.c   | 33 ++++-------
 sound/core/seq/seq_virmidi.c      | 22 +++----
 sound/core/timer.c                | 13 ++--
 sound/core/vmaster.c              | 19 ++----
 14 files changed, 142 insertions(+), 257 deletions(-)