Patch "ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX." has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-usb-audio-add-mapping-for-msi-mag-x570s-torpedo.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 70d147f7a2a0e7ccf2c50d96f36c4490166bd763
Author: Maurizio Avogadro <mavoga@xxxxxxxxx>
Date:   Mon Apr 18 15:16:12 2022 +0200

    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@xxxxxxxxx>
    Cc: <stable@xxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/Yl1ykPaGgsFf3SnW@ryzen
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

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,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux