Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: scarlett2: Small fixes + device map retrieval
@ 2024-10-04 14:27 Geoffrey D. Bennett
  2024-10-04 14:27 ` [PATCH 1/5] ALSA: scarlett2: Fix redeclaration of loop variable Geoffrey D. Bennett
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Geoffrey D. Bennett @ 2024-10-04 14:27 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-sound

Hi Takashi,

This patch series contains:

- 3 small fixes, I don't think need to be backported.

- Simplification of linked channel handling to match how the firmware
  works. This is needed to be able to handle the recently-announced
  big 4th Gen models correctly.

- Addition of support for device map retrieval: the Vocaster and
  Scarlett 4th Gen series added a new operation allowing the host to
  retrieve a base64-encoded zlib-compressed JSON representation of the
  device and the location of each control. This patch makes that
  available through /proc/asound/cardX/device-map.json.zz.b64

Regards,
Geoffrey.

Geoffrey D. Bennett (5):
  ALSA: scarlett2: Fix redeclaration of loop variable
  ALSA: scarlett2: Fix mixed declarations and code warning
  ALSA: scarlett2: Return ENOSPC for out-of-bounds flash writes
  ALSA: scarlett2: Simplify linked channel handling
  ALSA: scarlett2: Add support for device map retrieval

 sound/usb/mixer_scarlett2.c | 220 +++++++++++++++++++++++++++---------
 1 file changed, 165 insertions(+), 55 deletions(-)

-- 
2.45.0


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

end of thread, other threads:[~2024-10-08  8:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 14:27 [PATCH 0/5] ALSA: scarlett2: Small fixes + device map retrieval Geoffrey D. Bennett
2024-10-04 14:27 ` [PATCH 1/5] ALSA: scarlett2: Fix redeclaration of loop variable Geoffrey D. Bennett
2024-10-04 14:28 ` [PATCH 2/5] ALSA: scarlett2: Fix mixed declarations and code warning Geoffrey D. Bennett
2024-10-04 14:28 ` [PATCH 3/5] ALSA: scarlett2: Return ENOSPC for out-of-bounds flash writes Geoffrey D. Bennett
2024-10-04 14:28 ` [PATCH 4/5] ALSA: scarlett2: Simplify linked channel handling Geoffrey D. Bennett
2024-10-04 14:29 ` [PATCH 5/5] ALSA: scarlett2: Add support for device map retrieval Geoffrey D. Bennett
2024-10-08  8:12 ` [PATCH 0/5] ALSA: scarlett2: Small fixes + " Takashi Iwai

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