Re: [PATCH 0/7] ALSA: usb-audio: Add driver for TASCAM US-144MKII
From: Takashi Iwai
Date: Tue Aug 12 2025 - 03:02:02 EST
On Sun, 10 Aug 2025 14:49:51 +0200,
Šerif Rami wrote:
>
> This patch series introduces a new driver for the TASCAM US-144MKII USB audio interface.
> This device is an entry-level audio interface, and adding
> support will benefit users who want to use and fully utilize it under the linux kernel.
>
> The series is structured as follows:
> - Patch 1: Add initial driver for TASCAM US-144MKII.
> - Patch 2: Adds the core PCM infrastructure.
> - Patch 3: Implements audio playback functionality.
> - Patch 4: Implements audio capture functionality.
> - Patch 5: Adds MIDI support and mixer controls.
> - Patch 6: Adds deep sleep and code style alignments
> - Patch 7: Integrates the driver into the ALSA USB audio subsystem.
>
> The driver has been tested on a TASCAM US-144MKII device,
> verifying playback, recording, and MIDI functionality.
>
> This driver was written for the TASCAM US-144MKII.
> However, it is possible that it may also work for the original TASCAM US-144.
>
> Š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 and code style alignments
> ALSA: usb-audio: Add infrastructure for TASCAM US-144MKII
Thanks for splitting, now it's much easier to review.
I commented on each patch.
Takashi