Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: scarlett2: cleanup + level meter fix
@ 2023-10-26 18:00 Geoffrey D. Bennett
  2023-10-26 18:01 ` [PATCH 1/5] ALSA: scarlett2: Rename scarlett_gen2 to scarlett2 Geoffrey D. Bennett
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Geoffrey D. Bennett @ 2023-10-26 18:00 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Hi Takashi,

5 patches here for the scarlett2 driver...

Patches 1-4 are renames/cleanup/refactoring in preparation for adding
firmware update, Scarlett Gen 4, and Vocaster support.

Patch 5 fixes the Level Meter control which was barely useful before,
but now works as expected.

Thanks,
Geoffrey.

Geoffrey D. Bennett (5):
  ALSA: scarlett2: Rename scarlett_gen2 to scarlett2
  ALSA: scarlett2: Rename Gen 3 config sets
  ALSA: scarlett2: Add support for reading firmware version
  ALSA: scarlett2: Allow passing any output to line_out_remap()
  ALSA: scarlett2: Remap Level Meter values

 MAINTAINERS                                   |   2 +-
 sound/usb/Makefile                            |   2 +-
 sound/usb/mixer_quirks.c                      |   4 +-
 ...ixer_scarlett_gen2.c => mixer_scarlett2.c} | 361 +++++++++++++++---
 sound/usb/mixer_scarlett2.h                   |   7 +
 sound/usb/mixer_scarlett_gen2.h               |   7 -
 6 files changed, 309 insertions(+), 74 deletions(-)
 rename sound/usb/{mixer_scarlett_gen2.c => mixer_scarlett2.c} (94%)
 create mode 100644 sound/usb/mixer_scarlett2.h
 delete mode 100644 sound/usb/mixer_scarlett_gen2.h

-- 
2.41.0


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

end of thread, other threads:[~2023-10-27  9:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 18:00 [PATCH 0/5] ALSA: scarlett2: cleanup + level meter fix Geoffrey D. Bennett
2023-10-26 18:01 ` [PATCH 1/5] ALSA: scarlett2: Rename scarlett_gen2 to scarlett2 Geoffrey D. Bennett
2023-10-26 18:02 ` [PATCH 2/5] ALSA: scarlett2: Rename Gen 3 config sets Geoffrey D. Bennett
2023-10-26 18:05 ` [PATCH 3/5] ALSA: scarlett2: Add support for reading firmware version Geoffrey D. Bennett
2023-10-26 18:06 ` [PATCH 4/5] ALSA: scarlett2: Allow passing any output to line_out_remap() Geoffrey D. Bennett
2023-10-26 18:08 ` [PATCH 5/5] ALSA: scarlett2: Remap Level Meter values Geoffrey D. Bennett
2023-10-27  9:23 ` [PATCH 0/5] ALSA: scarlett2: cleanup + level meter fix Takashi Iwai

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