[PATCH 0/3] Add Audient EVO4 support
From: Christian Ruppert
Date: Sat Sep 19 2026 - 11:19:17 EST
This patch set adds support for advanced mixer features of the Audient
EVO4 audio interface. The code is structured so that support for the
EVO8 (and potentially other Audient devices) should be trivial to add
but I don't have access to the hardware and no way of testing them so
they are not supported by this patch set.
The third patch in the series (Add Kconfig option for Audient EVO4 mixer
quirks) is optional. Other mixer quirks are compiled in by default and
don't provide Kconfig options but as this one adds a few hundred lines
of code I decided to provide this last patch as an option and leave the
choice if such an option should be added to the subsystem maintainers.
Christian Ruppert (3):
Fix Audient EVO4 master playback control name
Add Audient EVO4 mixer quirks
Add Kconfig option for Audient EVO4 mixer quirks
MAINTAINERS | 7 +
sound/usb/Kconfig | 10 +
sound/usb/Makefile | 2 +
sound/usb/mixer_evo.c | 505 +++++++++++++++++++++++++++++++++++++++
sound/usb/mixer_evo.h | 12 +
sound/usb/mixer_maps.c | 13 +
sound/usb/mixer_quirks.c | 9 +
7 files changed, 558 insertions(+)
create mode 100644 sound/usb/mixer_evo.c
create mode 100644 sound/usb/mixer_evo.h
--
2.55.0