summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMaurizio Avogadro <mavoga@gmail.com>2022-04-18 15:16:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-12 16:35:04 +0200
commit4db0a8dd906761bf7f14b40a267490c476651f69 (patch)
tree74d93a76fb94ab15341be66927507658aa9d1662 /sound
parenta7fe6934ce7c5d311f6da15fba18bd2a432fe655 (diff)
downloadlinux-stable-4db0a8dd906761bf7f14b40a267490c476651f69.tar.gz
linux-stable-4db0a8dd906761bf7f14b40a267490c476651f69.tar.bz2
linux-stable-4db0a8dd906761bf7f14b40a267490c476651f69.zip
ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.
[ Upstream commit 4ddef9c4d70aae0c9029bdec7c3f7f1c1c51ff8c ] 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> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/Yl1ykPaGgsFf3SnW@ryzen Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/mixer_maps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index 64fdca76b40e..997425ef0a29 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -586,6 +586,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,