mbox series

[0/5] ALSA: scarlett2: cleanup + level meter fix

Message ID cover.1698342632.git.g@b4.vu (mailing list archive)
Headers show
Series ALSA: scarlett2: cleanup + level meter fix | expand

Message

Geoffrey D. Bennett Oct. 26, 2023, 6 p.m. UTC
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

Comments

Takashi Iwai Oct. 27, 2023, 9:23 a.m. UTC | #1
On Thu, 26 Oct 2023 20:00:36 +0200,
Geoffrey D. Bennett wrote:
> 
> 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

Applied all five patches now.  Thanks.


Takashi