From: Christian Ruppert <arc@gmx.li>
To: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org
Cc: Christian Ruppert <arc@gmx.li>,
Will Porter <mrwillporter@gmail.com>,
Peter Drabik <drabik.p@gmail.com>, Neil Andrews <neil@androos.io>
Subject: [PATCH 0/3] Add Audient EVO4 support
Date: Sat, 19 Sep 2026 17:18:37 +0200 [thread overview]
Message-ID: <20260919151840.24371-1-arc@gmx.li> (raw)
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
next reply other threads:[~2026-09-19 15:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-19 15:18 Christian Ruppert [this message]
2026-09-19 15:18 ` [PATCH 1/3] Fix Audient EVO4 master playback control name Christian Ruppert
2026-09-19 15:18 ` [PATCH 2/3] Add Audient EVO4 mixer quirks Christian Ruppert
2026-09-19 15:18 ` [PATCH 3/3] Add Kconfig option for " Christian Ruppert
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=20260919151840.24371-1-arc@gmx.li \
--to=arc@gmx.li \
--cc=drabik.p@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mrwillporter@gmail.com \
--cc=neil@androos.io \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®