mbox series

[0/3] ALSA: core: another small set of automatic cleanups

Message ID 20240223084241.3361-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: core: another small set of automatic cleanups | expand

Message

Takashi Iwai Feb. 23, 2024, 8:42 a.m. UTC
Hi,

here are the rest of small cleanups of ALSA core using the automatic
kfree and co.

Only minor code refactoring.


Takashi

===

Takashi Iwai (3):
  ALSA: pcm: Use CLASS() for fdget()/fdput()
  ALSA: mixer_oss: ump: Use automatic cleanup of kfree()
  ALSA: pcm_oss: ump: Use automatic cleanup of kfree()

 sound/core/oss/mixer_oss.c | 59 ++++++++++++--------------------------
 sound/core/oss/pcm_oss.c   | 33 +++++++--------------
 sound/core/pcm_native.c    | 22 +++++---------
 3 files changed, 35 insertions(+), 79 deletions(-)