All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Geoffrey D. Bennett" <g@b4.vu>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-sound@vger.kernel.org
Subject: [PATCH 0/5] ALSA: scarlett2: Small fixes + device map retrieval
Date: Fri, 4 Oct 2024 23:57:22 +0930	[thread overview]
Message-ID: <cover.1727971672.git.g@b4.vu> (raw)

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


             reply	other threads:[~2024-10-04 14:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-04 14:27 Geoffrey D. Bennett [this message]
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

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=cover.1727971672.git.g@b4.vu \
    --to=g@b4.vu \
    --cc=linux-sound@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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.