linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] ALSA: Use auto-cleanup macros for USB drivers
@ 2025-08-29 15:07 Takashi Iwai
  2025-08-29 15:07 ` [PATCH 1/9] ALSA: ua101: Use guard() for mutex locks Takashi Iwai
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Takashi Iwai @ 2025-08-29 15:07 UTC (permalink / raw)
  To: linux-sound

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


Takashi

===

Takashi Iwai (9):
  ALSA: ua101: Use guard() for mutex locks
  ALSA: ua101: Use guard() for spin locks
  ALSA: usx2y: Use guard() for mutex locks
  ALSA: hiface: Use guard() for mutex locks
  ALSA: hiface: Use guard() for spin locks
  ALSA: line6: Use guard() for mutex locks
  ALSA: usb: qcom: Use guard() for mutex locks
  ALSA: bcd2000: Use guard() for mutex locks
  ALSA: caiaq: Use guard() for spin locks

 sound/usb/bcd2000/bcd2000.c       |  16 +-
 sound/usb/caiaq/audio.c           |  39 ++---
 sound/usb/hiface/chip.c           |  11 +-
 sound/usb/hiface/pcm.c            |  60 +++----
 sound/usb/line6/driver.c          |   8 +-
 sound/usb/line6/pcm.c             |  58 +++----
 sound/usb/misc/ua101.c            | 250 +++++++++++++-----------------
 sound/usb/qcom/qc_audio_offload.c |  69 +++------
 sound/usb/usx2y/us122l.c          |  44 ++----
 sound/usb/usx2y/usbusx2yaudio.c   |  23 +--
 sound/usb/usx2y/usx2yhwdeppcm.c   |  33 ++--
 11 files changed, 240 insertions(+), 371 deletions(-)

-- 
2.50.1


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 15:07 [PATCH 0/9] ALSA: Use auto-cleanup macros for USB drivers Takashi Iwai
2025-08-29 15:07 ` [PATCH 1/9] ALSA: ua101: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:07 ` [PATCH 2/9] ALSA: ua101: Use guard() for spin locks Takashi Iwai
2025-08-29 15:07 ` [PATCH 3/9] ALSA: usx2y: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:07 ` [PATCH 4/9] ALSA: hiface: " Takashi Iwai
2025-08-29 15:07 ` [PATCH 5/9] ALSA: hiface: Use guard() for spin locks Takashi Iwai
2025-08-29 15:07 ` [PATCH 6/9] ALSA: line6: Use guard() for mutex locks Takashi Iwai
2025-08-29 15:07 ` [PATCH 7/9] ALSA: usb: qcom: " Takashi Iwai
2025-08-29 15:07 ` [PATCH 8/9] ALSA: bcd2000: " Takashi Iwai
2025-08-29 15:07 ` [PATCH 9/9] ALSA: caiaq: Use guard() for spin locks 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).