From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-sound@vger.kernel.org, Clemens Ladisch <clemens@ladisch.de>
Subject: Re: [PATCH v2 00/19] ALSA: firewire: Use auto-cleanup macros
Date: Sat, 30 Aug 2025 08:47:01 +0900 [thread overview]
Message-ID: <20250829234701.GA362429@workstation.local> (raw)
In-Reply-To: <20250828132802.9032-1-tiwai@suse.de>
Hi,
Thanks for your updates.
On Thu, Aug 28, 2025 at 03:27:04PM +0200, Takashi Iwai wrote:
> This is another patch set for cleaning up the code with the recent
> auto-cleanup macros like guard() & co, applied to FireWire sound
> drivers.
>
> Only code refactoring, and no behavior changes intended.
>
>
> Takashi
>
> v1->v2:
> * Fix missing subject prefix for digi00x
> * Drop superfluous blank lines in scoped_work blocks
>
> ===
>
> Takashi Iwai (19):
> ALSA: firewire: bebob: Use guard() for mutex locks
> ALSA: firewire: dice: Use guard() for mutex locks
> ALSA: firewire: digi00x: Use guard() for mutex locks
> ALSA: firewire: fireworks: Use guard() for mutex locks
> ALSA: firewire: motu: Use guard() for mutex locks
> ALSA: firewire: oxfw: Use guard() for mutex locks
> ALSA: firewire: tascam: Use guard() for mutex locks
> ALSA: firewire: fireface: Use guard() for mutex locks
> ALSA: firewire: isight: Use guard() for mutex locks
> ALSA: firewire: lib: Use guard() for mutex locks
> ALSA: firewire: bebob: Use guard() for spin locks
> ALSA: firewire: dice: Use guard() for spin locks
> ALSA: firewire: digi00x: Use guard() for spin locks
> ALSA: firewire: fireface: Use guard() for spin locks
> ALSA: firewire: fireworks: Use guard() for spin locks
> ALSA: firewire: motu: Use guard() for spin locks
> ALSA: firewire: oxfw: Use guard() for spin locks
> ALSA: firewire: tascam: Use guard() for spin locks
> ALSA: firewire: lib: Use guard() for spin locks
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
By the way, I found a bug in ALSA firewire-motu driver (that's on me...)
when reviewing the patchset, and sent a patch[1] now to fix it on your
for-linus branch. It could bring a conflict against 16th patch in your set
("ALSA: firewire: motu: Use guard() for spin locks"), and I would like
you to apply it at first (then sent it to upstream), then applying the
conflicted patch with handy changes.
[1] https://lore.kernel.org/linux-sound/20250829233749.366222-1-o-takashi@sakamocchi.jp/T/#u
Thanks
Takashi Sakamoto
next prev parent reply other threads:[~2025-08-29 23:47 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 13:27 [PATCH v2 00/19] ALSA: firewire: Use auto-cleanup macros Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 01/19] ALSA: firewire: bebob: Use guard() for mutex locks Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 02/19] ALSA: firewire: dice: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 03/19] ALSA: firewire: digi00x: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 04/19] ALSA: firewire: fireworks: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 05/19] ALSA: firewire: motu: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 06/19] ALSA: firewire: oxfw: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 07/19] ALSA: firewire: tascam: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 08/19] ALSA: firewire: fireface: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 09/19] ALSA: firewire: isight: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 10/19] ALSA: firewire: lib: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 11/19] ALSA: firewire: bebob: Use guard() for spin locks Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 12/19] ALSA: firewire: dice: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 13/19] ALSA: firewire: digi00x: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 14/19] ALSA: firewire: fireface: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 15/19] ALSA: firewire: fireworks: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 16/19] ALSA: firewire: motu: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 17/19] ALSA: firewire: oxfw: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 18/19] ALSA: firewire: tascam: " Takashi Iwai
2025-08-28 13:27 ` [PATCH v2 19/19] ALSA: firewire: lib: " Takashi Iwai
2025-08-29 23:47 ` Takashi Sakamoto [this message]
2025-08-30 7:34 ` [PATCH v2 00/19] ALSA: firewire: Use auto-cleanup macros 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=20250829234701.GA362429@workstation.local \
--to=o-takashi@sakamocchi.jp \
--cc=clemens@ladisch.de \
--cc=linux-sound@vger.kernel.org \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.