All of lore.kernel.org
 help / color / mirror / Atom feed
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 v6 0/7] ALSA: usb-audio: Add driver for TASCAM US-144MKII
Date: Fri, 15 Aug 2025 17:55:48 +0200	[thread overview]
Message-ID: <87plcwshob.wl-tiwai@suse.de> (raw)
In-Reply-To: <20250814172222.9448-1-ramiserifpersia@gmail.com>

On Thu, 14 Aug 2025 19:22:15 +0200,
Šerif Rami wrote:
> 
> This is v6 of the patch series to add a new driver
> for the TASCAM US-144MKII USB audio interface.
> 
> Changes in v6:
>   - Addressed open brace cosmetic standards for scoped_guard() calls.
>   - Added lost default values for digital in/out kcontrols.
> 
> 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

Applied to for-next branch now.


thanks,

Takashi

      parent reply	other threads:[~2025-08-15 15:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 17:22 [PATCH v6 0/7] ALSA: usb-audio: Add driver for TASCAM US-144MKII Šerif Rami
2025-08-14 17:22 ` [PATCH v6 1/7] ALSA: usb-audio: Add initial " Šerif Rami
2025-08-30  9:55   ` Markus Elfring
2025-08-14 17:22 ` [PATCH v6 2/7] ALSA: usb-audio: us144mkii: Add PCM core infrastructure Šerif Rami
2025-08-14 17:22 ` [PATCH v6 3/7] ALSA: usb-audio: us144mkii: Implement audio playback and feedback Šerif Rami
2025-08-14 17:22 ` [PATCH v6 4/7] ALSA: usb-audio: us144mkii: Implement audio capture and decoding Šerif Rami
2025-08-14 17:22 ` [PATCH v6 5/7] ALSA: usb-audio: us144mkii: Add MIDI support and mixer controls Šerif Rami
2025-08-14 17:22 ` [PATCH v6 6/7] ALSA: usb-audio: us144mkii: Add deep sleep command Šerif Rami
2025-08-14 17:22 ` [PATCH v6 7/7] ALSA: usb-audio: Add infrastructure for TASCAM US-144MKII Šerif Rami
2025-08-15 15:55 ` Takashi Iwai [this message]

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=87plcwshob.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 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.