linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ALSA: Use auto-cleanup macros for generic drivers
@ 2025-08-29 15:00 Takashi Iwai
  2025-08-29 15:00 ` [PATCH 01/13] ALSA: aloop: Use guard() for mutex locks Takashi Iwai
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Takashi Iwai @ 2025-08-29 15:00 UTC (permalink / raw)
  To: linux-sound

This is yet another patch set for applying the auto-cleanup macros to
sound/drivers/* code.  Merely code refactoring, and no functional
changes expected.


Takashi

===

Takashi Iwai (13):
  ALSA: aloop: Use guard() for mutex locks
  ALSA: aloop: Use guard() for spin locks
  ALSA: opl3: Use guard() for mutex locks
  ALSA: opl3: Use guard() for spin locks
  ALSA: opl4: Use guard() for mutex locks
  ALSA: opl4: Use guard() for spin locks
  ALSA: vx: Use guard() for mutex locks
  ALSA: dummy: Use guard() for spin locks
  ALSA: mpu401: Use guard() for spin locks
  ALSA: mtpav: Use guard() for spin locks
  ALSA: mts64: Use guard() for spin locks
  ALSA: portman2x4: Use guard() for spin locks
  ALSA: serial-u16550: Use guard() for spin locks

 sound/drivers/aloop.c              | 276 ++++++++++++++---------------
 sound/drivers/dummy.c              |  40 ++---
 sound/drivers/mpu401/mpu401_uart.c |  41 ++---
 sound/drivers/mtpav.c              |  59 +++---
 sound/drivers/mts64.c              |  57 ++----
 sound/drivers/opl3/opl3_lib.c      |  26 +--
 sound/drivers/opl3/opl3_midi.c     |  51 ++----
 sound/drivers/opl3/opl3_seq.c      |  27 ++-
 sound/drivers/opl4/opl4_lib.c      |  10 +-
 sound/drivers/opl4/opl4_mixer.c    |   8 +-
 sound/drivers/opl4/opl4_proc.c     |  10 +-
 sound/drivers/opl4/opl4_seq.c      |  28 ++-
 sound/drivers/opl4/opl4_synth.c    |  81 ++++-----
 sound/drivers/portman2x4.c         |  12 +-
 sound/drivers/serial-u16550.c      |  48 ++---
 sound/drivers/vx/vx_core.c         |  19 +-
 sound/drivers/vx/vx_mixer.c        |  57 ++----
 sound/drivers/vx/vx_pcm.c          |   3 +-
 sound/drivers/vx/vx_uer.c          |  17 +-
 19 files changed, 331 insertions(+), 539 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-08-29 15:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 15:00 [PATCH 00/13] ALSA: Use auto-cleanup macros for generic drivers Takashi Iwai
2025-08-29 15:00 ` [PATCH 01/13] ALSA: aloop: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 02/13] ALSA: aloop: Use guard() for spin locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 03/13] ALSA: opl3: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 04/13] ALSA: opl3: Use guard() for spin locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 05/13] ALSA: opl4: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 06/13] ALSA: opl4: Use guard() for spin locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 07/13] ALSA: vx: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 08/13] ALSA: dummy: Use guard() for spin locks Takashi Iwai
2025-08-29 15:00 ` [PATCH 09/13] ALSA: mpu401: " Takashi Iwai
2025-08-29 15:00 ` [PATCH 10/13] ALSA: mtpav: " Takashi Iwai
2025-08-29 15:00 ` [PATCH 11/13] ALSA: mts64: " Takashi Iwai
2025-08-29 15:00 ` [PATCH 12/13] ALSA: portman2x4: " Takashi Iwai
2025-08-29 15:00 ` [PATCH 13/13] ALSA: serial-u16550: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).