From: Takashi Iwai <tiwai@suse.de>
To: "Šerif Rami" <ramiserifpersia@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org
Subject: Re: [PATCH v5 0/7] ALSA: usb-audio: Add driver for TASCAM US-144MKII
Date: Thu, 14 Aug 2025 17:52:43 +0200 [thread overview]
Message-ID: <87qzxduchg.wl-tiwai@suse.de> (raw)
In-Reply-To: <20250814102534.34439-1-ramiserifpersia@gmail.com>
On Thu, 14 Aug 2025 12:25:27 +0200,
Šerif Rami wrote:
>
> This is v5 of the patch series to add a new driver
> for the TASCAM US-144MKII USB audio interface.
>
> Changes in v5:
> - Addressed u64 remainder in Patch 2/7.
> - Refactored guard() calls for spinlocks to scoped_guard() for ones
> that got missed(hopefully all).
>
> Changes in v4:
> - Removing leading spaces from #defines as requested.
> - Renaming fpoInitPattern to fpo_init_pattern.
> - Removing unnecessary kfree() calls.
> - Replacing manual lock/unlock patterns with scoped_guard().
>
> Changes in v3
> - Corrected v2 invalid patches order
> The v2 submission included mix of patches for v2 that were unusable.
> These new patches are valid now.
>
> Changes in v2:
> - Patch 1: Dropped blank line, initialized `__free(kfree)` variable to
> NULL, and fixed `struct tascam_card` indentation.
> - Patch 2: Corrected indentation in `us144mkii.h`.
> - Patch 3: Changed `fpoInitPattern` to `fpo_init_pattern` (snake_case),
> initialized `__free(kfree)` variable, and replaced
> `guard(spinlock_irqsave)` with `scoped_guard()`.
> - Patch 5: Updated control names to standard "Playback Source" and
> "Capture Source" formats, and initialized `__free(kfree)` variable to NULL.
> - Patch 6: Re-organized code style alignments into previous patches.
> - Patch 7: Fixed trailing whitespace warning.
>
> Šerif Rami (7):
> ALSA: usb-audio: Add initial driver for TASCAM US-144MKII
> ALSA: usb-audio: us144mkii: Add PCM core infrastructure
> ALSA: usb-audio: us144mkii: Implement audio playback and feedback
> ALSA: usb-audio: us144mkii: Implement audio capture and decoding
> ALSA: usb-audio: us144mkii: Add MIDI support and mixer controls
> ALSA: usb-audio: us144mkii: Add deep sleep command
> ALSA: usb-audio: Add infrastructure for TASCAM US-144MKII
Just cosmetic: the open brace of scoped_guard() should be in the same
line of scoped_guard() itself, i.e.
scoped_guard(...) {
...
}
You seem to have put it in the next line, but better to align with the
standard.
thanks,
Takashi
next prev parent reply other threads:[~2025-08-14 15:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 10:25 [PATCH v5 0/7] ALSA: usb-audio: Add driver for TASCAM US-144MKII Šerif Rami
2025-08-14 10:25 ` [PATCH v5 1/7] ALSA: usb-audio: Add initial " Šerif Rami
2025-08-14 10:25 ` [PATCH v5 2/7] ALSA: usb-audio: us144mkii: Add PCM core infrastructure Šerif Rami
2025-08-14 10:25 ` [PATCH v5 3/7] ALSA: usb-audio: us144mkii: Implement audio playback and feedback Šerif Rami
2025-08-14 10:25 ` [PATCH v5 4/7] ALSA: usb-audio: us144mkii: Implement audio capture and decoding Šerif Rami
2025-08-14 10:25 ` [PATCH v5 5/7] ALSA: usb-audio: us144mkii: Add MIDI support and mixer controls Šerif Rami
2025-08-14 10:25 ` [PATCH v5 6/7] ALSA: usb-audio: us144mkii: Add deep sleep command Šerif Rami
2025-08-14 10:25 ` [PATCH v5 7/7] ALSA: usb-audio: Add infrastructure for TASCAM US-144MKII Šerif Rami
2025-08-14 15:38 ` [PATCH v5 0/7] ALSA: usb-audio: Add driver " Šerif Rami
2025-08-14 15:52 ` Takashi Iwai [this message]
2025-08-14 16:05 ` Šerif Rami
2025-08-14 16:13 ` 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=87qzxduchg.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=ramiserifpersia@gmail.com \
--cc=tiwai@suse.com \
/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