From: Maurizio Avogadro <mavoga@gmail.com>
To: alsa-devel@alsa-project.org
Cc: Andrea Fagiani <andfagiani@gmail.com>,
Timo Gurr <timo.gurr@gmail.com>, Takashi Iwai <tiwai@suse.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
Date: Mon, 18 Apr 2022 16:15:44 +0200 [thread overview]
Message-ID: <Yl1ykPaGgsFf3SnW@ryzen> (raw)
In-Reply-To: <Yl1nXcsAKWrFOMbY@ryzen>
[-- Attachment #1: Type: text/plain, Size: 26 bytes --]
Fixed description, sorry.
[-- Attachment #2: 0001-ALSA-usb-audio-add-mapping-for-MSI-MAG-X570S-Torpedo.patch --]
[-- Type: text/x-diff, Size: 1194 bytes --]
From c49119b1dcfcca1fcefadd92e095463e6245d4e1 Mon Sep 17 00:00:00 2001
From: Maurizio Avogadro <mavoga@gmail.com>
Date: Mon, 18 Apr 2022 15:16:12 +0200
Subject: [PATCH] ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
The USB audio device 0db0:a073 based on the Realtek ALC4080 chipset
exposes all playback volume controls as "PCM". This makes
distinguishing the individual functions hard.
The mapping already adopted for device 0db0:419c based on the same
chipset fixes the issue, apply it for this device too.
Signed-off-by: Maurizio Avogadro <mavoga@gmail.com>
---
sound/usb/mixer_maps.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index 64f5544d0a0a..7ef7a8abcc2b 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -599,6 +599,10 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x0db0, 0x419c),
.map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
},
+ { /* MSI MAG X570S Torpedo Max */
+ .id = USB_ID(0x0db0, 0xa073),
+ .map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
+ },
{ /* MSI TRX40 */
.id = USB_ID(0x0db0, 0x543d),
.map = trx40_mobo_map,
--
2.35.1
WARNING: multiple messages have this Message-ID (diff)
From: Maurizio Avogadro <mavoga@gmail.com>
To: alsa-devel@alsa-project.org
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Andrea Fagiani <andfagiani@gmail.com>,
Timo Gurr <timo.gurr@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
Date: Mon, 18 Apr 2022 16:15:44 +0200 [thread overview]
Message-ID: <Yl1ykPaGgsFf3SnW@ryzen> (raw)
In-Reply-To: <Yl1nXcsAKWrFOMbY@ryzen>
[-- Attachment #1: Type: text/plain, Size: 26 bytes --]
Fixed description, sorry.
[-- Attachment #2: 0001-ALSA-usb-audio-add-mapping-for-MSI-MAG-X570S-Torpedo.patch --]
[-- Type: text/x-diff, Size: 1194 bytes --]
From c49119b1dcfcca1fcefadd92e095463e6245d4e1 Mon Sep 17 00:00:00 2001
From: Maurizio Avogadro <mavoga@gmail.com>
Date: Mon, 18 Apr 2022 15:16:12 +0200
Subject: [PATCH] ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
The USB audio device 0db0:a073 based on the Realtek ALC4080 chipset
exposes all playback volume controls as "PCM". This makes
distinguishing the individual functions hard.
The mapping already adopted for device 0db0:419c based on the same
chipset fixes the issue, apply it for this device too.
Signed-off-by: Maurizio Avogadro <mavoga@gmail.com>
---
sound/usb/mixer_maps.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index 64f5544d0a0a..7ef7a8abcc2b 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -599,6 +599,10 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x0db0, 0x419c),
.map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
},
+ { /* MSI MAG X570S Torpedo Max */
+ .id = USB_ID(0x0db0, 0xa073),
+ .map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
+ },
{ /* MSI TRX40 */
.id = USB_ID(0x0db0, 0x543d),
.map = trx40_mobo_map,
--
2.35.1
next prev parent reply other threads:[~2022-04-19 11:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-18 13:27 [PATCH] ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX Maurizio Avogadro
2022-04-18 13:27 ` Maurizio Avogadro
2022-04-18 14:15 ` Maurizio Avogadro [this message]
2022-04-18 14:15 ` Maurizio Avogadro
2022-04-19 7:04 ` Takashi Iwai
2022-04-19 7:04 ` Takashi Iwai
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=Yl1ykPaGgsFf3SnW@ryzen \
--to=mavoga@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=andfagiani@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=timo.gurr@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.