Skip to content

Commit 4ddef9c

Browse files
mavogatiwai
authored andcommitted
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> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/Yl1ykPaGgsFf3SnW@ryzen Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 00fd7cf commit 4ddef9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sound/usb/mixer_maps.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,10 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
599599
.id = USB_ID(0x0db0, 0x419c),
600600
.map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
601601
},
602+
{ /* MSI MAG X570S Torpedo Max */
603+
.id = USB_ID(0x0db0, 0xa073),
604+
.map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
605+
},
602606
{ /* MSI TRX40 */
603607
.id = USB_ID(0x0db0, 0x543d),
604608
.map = trx40_mobo_map,

0 commit comments

Comments
 (0)