Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 00/14] ALSA: scarlett2: Add support for Vocaster
@ 2024-03-12 18:28 Geoffrey D. Bennett
  2024-03-12 18:33 ` [PATCH 01/14] ALSA: scarlett2: Move initialisation code lower in the source Geoffrey D. Bennett
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Geoffrey D. Bennett @ 2024-03-12 18:28 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Takashi Iwai, linux-sound

Hi Takashi,

This patch series contains:

1-2: Fix to wait for an ACK from the device after sending a command,
before attempting to read the response. This didn't seem to be
necessary previously, but with 4th Gen devices it seems to help with a
rare issue where the device stops responding.

3: Support for reading flash segments from the device.

4-11: Preparation for Vocaster support.

12: Vocaster One and Two support.

13: Add autogain target controls for 4th Gen and Vocaster.

14: Add Bluetooth volume control for Vocaster Two.

Thanks,
Geoffrey.

Geoffrey D. Bennett (14):
  ALSA: scarlett2: Move initialisation code lower in the source
  ALSA: scarlett2: Implement handling of the ACK notification
  ALSA: scarlett2: Add support for reading from flash
  ALSA: scarlett2: Rename gen4_write_addr to param_buf_addr
  ALSA: scarlett2: Add pbuf field to struct scarlett2_config
  ALSA: scarlett2: Add support for config items with size = 32
  ALSA: scarlett2: Add additional input configuration parameters
  ALSA: scarlett2: Define the maximum preamp input gain per-config-set
  ALSA: scarlett2: Define autogain status texts per-config-set
  ALSA: scarlett2: Add input mute controls
  ALSA: scarlett2: Add DSP controls
  ALSA: scarlett2: Add support for Focusrite Vocaster One and Two
  ALSA: scarlett2: Add autogain target controls
  ALSA: scarlett2: Add Bluetooth volume control for Vocaster Two

 sound/usb/mixer_quirks.c    |    2 +
 sound/usb/mixer_scarlett2.c | 2757 ++++++++++++++++++++++++++++-------
 2 files changed, 2235 insertions(+), 524 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-04-18  6:35 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 18:28 [PATCH 00/14] ALSA: scarlett2: Add support for Vocaster Geoffrey D. Bennett
2024-03-12 18:33 ` [PATCH 01/14] ALSA: scarlett2: Move initialisation code lower in the source Geoffrey D. Bennett
2024-03-12 18:34 ` [PATCH 02/14] ALSA: scarlett2: Implement handling of the ACK notification Geoffrey D. Bennett
2024-03-12 18:34 ` [PATCH 03/14] ALSA: scarlett2: Add support for reading from flash Geoffrey D. Bennett
2024-03-12 18:34 ` [PATCH 04/14] ALSA: scarlett2: Rename gen4_write_addr to param_buf_addr Geoffrey D. Bennett
2024-03-12 18:35 ` [PATCH 05/14] ALSA: scarlett2: Add pbuf field to struct scarlett2_config Geoffrey D. Bennett
2024-03-12 18:35 ` [PATCH 06/14] ALSA: scarlett2: Add support for config items with size = 32 Geoffrey D. Bennett
2024-03-12 18:35 ` [PATCH 07/14] ALSA: scarlett2: Add additional input configuration parameters Geoffrey D. Bennett
2024-03-12 18:35 ` [PATCH 08/14] ALSA: scarlett2: Define the maximum preamp input gain per-config-set Geoffrey D. Bennett
2024-03-12 18:36 ` [PATCH 09/14] ALSA: scarlett2: Define autogain status texts per-config-set Geoffrey D. Bennett
2024-03-12 18:36 ` [PATCH 10/14] ALSA: scarlett2: Add input mute controls Geoffrey D. Bennett
2024-03-12 18:37 ` [PATCH 11/14] ALSA: scarlett2: Add DSP controls Geoffrey D. Bennett
2024-03-12 18:37 ` [PATCH 12/14] ALSA: scarlett2: Add support for Focusrite Vocaster One and Two Geoffrey D. Bennett
2024-03-12 18:37 ` [PATCH 13/14] ALSA: scarlett2: Add autogain target controls Geoffrey D. Bennett
2024-03-12 18:38 ` [PATCH 14/14] ALSA: scarlett2: Add Bluetooth volume control for Vocaster Two Geoffrey D. Bennett
2024-03-12 19:00 ` [PATCH 00/14] ALSA: scarlett2: Add support for Vocaster Takashi Iwai
2024-03-14 17:41   ` Geoffrey D. Bennett
2024-04-18  6:35 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox