ASoC: audio_graph_card2: Add support for variable slot widths
[sfrench/cifs-2.6.git] / sound / usb / mixer_maps.c
index 5d391f62351b8ce4162cd540eee1cce0f157ebac..96991ddf5055d9db6005528c5ead0826d241b796 100644 (file)
@@ -431,6 +431,14 @@ static const struct usbmix_name_map aorus_master_alc1220vb_map[] = {
        {}
 };
 
+/* MSI MPG X570S Carbon Max Wifi with ALC4080  */
+static const struct usbmix_name_map msi_mpg_x570s_carbon_max_wifi_alc4080_map[] = {
+       { 29, "Speaker Playback" },
+       { 30, "Front Headphone Playback" },
+       { 32, "IEC958 Playback" },
+       {}
+};
+
 /*
  * Control map entries
  */
@@ -577,6 +585,10 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
                .map = trx40_mobo_map,
                .connector_map = trx40_mobo_connector_map,
        },
+       {       /* MSI MPG X570S Carbon Max Wifi */
+               .id = USB_ID(0x0db0, 0x419c),
+               .map = msi_mpg_x570s_carbon_max_wifi_alc4080_map,
+       },
        {       /* MSI TRX40 */
                .id = USB_ID(0x0db0, 0x543d),
                .map = trx40_mobo_map,