Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: linux-sound@vger.kernel.org
Subject: [PATCH 0/9] ALSA: Use automatic cleanup of kfree()
Date: Thu, 22 Feb 2024 12:15:00 +0100	[thread overview]
Message-ID: <20240222111509.28390-1-tiwai@suse.de> (raw)

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(-)

-- 
2.35.3


             reply	other threads:[~2024-02-22 11:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22 11:15 Takashi Iwai [this message]
2024-02-22 11:15 ` [PATCH 1/9] ALSA: pcm: Use automatic cleanup of kfree() Takashi Iwai
2024-02-22 11:15 ` [PATCH 2/9] ALSA: control: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 3/9] ALSA: compress_offload: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 4/9] ALSA: timer: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 5/9] ALSA: vmaster: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 6/9] ALSA: seq: oss: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 7/9] ALSA: seq: virmidi: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 8/9] ALSA: seq: ump: " Takashi Iwai
2024-02-22 11:15 ` [PATCH 9/9] ALSA: seq: core: " Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240222111509.28390-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox