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 1/3] Fix Audient EVO4 master playback control name
Date: Sat, 19 Sep 2026 17:18:38 +0200 [thread overview]
Message-ID: <20260919151840.24371-2-arc@gmx.li> (raw)
In-Reply-To: <20260919151840.24371-1-arc@gmx.li>
The Audient EVO4 master volume mixer channel enumerates as 'EVO4 '. Rename
it to 'Master' according to control-names.rst.
Signed-off-by: Christian Ruppert <arc@gmx.li>
---
sound/usb/mixer_maps.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index 41454cb403d0..1a6ad776126b 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -505,6 +505,14 @@ static const struct usbmix_connector_map gigabyte_b450_connector_map[] = {
{}
};
+/* Audient EVO4: Rename FU 10 from 'EVO4 ' to 'Master' according to the
+ * ALSA naming convention
+ */
+static const struct usbmix_name_map audient_evo4_map[] = {
+ { 10, "Master Playback" },
+ {}
+};
+
/* Audient iD14 MkI and MkII: FU 12 sits on the monitor mixer branch but is
* traced through to the Speaker output terminal, so it is named "Speaker
* Playback Volume". On MkII it controls only 4 of 6 playback channels. MkI
@@ -632,6 +640,11 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x2708, 0x0002),
.map = audient_id14_map,
},
+ {
+ /* Audient EVO4 MkI */
+ .id = USB_ID(0x2708, 0x0006),
+ .map = audient_evo4_map,
+ },
{
/* Audient iD14 MkII */
.id = USB_ID(0x2708, 0x0008),
--
2.55.0
next prev parent 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 [PATCH 0/3] Add Audient EVO4 support Christian Ruppert
2026-09-19 15:18 ` Christian Ruppert [this message]
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-2-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®