ALSA: usb-audio: scarlett2: Move get config above set config
[linux-2.6-microblaze.git] / sound / usb / mixer_scarlett_gen2.c
index b874c0c..7a5346c 100644 (file)
@@ -1,8 +1,12 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- *   Focusrite Scarlett 6i6/18i8/18i20 Gen 2 Driver for ALSA
+ *   Focusrite Scarlett Gen 2/3 Driver for ALSA
  *
- *   Copyright (c) 2018-2019 by Geoffrey D. Bennett <g at b4.vu>
+ *   Supported models:
+ *   - 6i6/18i8/18i20 Gen 2
+ *   - 4i4/8i6/18i8/18i20 Gen 3
+ *
+ *   Copyright (c) 2018-2021 by Geoffrey D. Bennett <g at b4.vu>
  *
  *   Based on the Scarlett (Gen 1) Driver for ALSA:
  *
  *   David Henningsson <david.henningsson at canonical.com>
  */
 
-/* Mixer Interface for the Focusrite Scarlett 6i6/18i8/18i20 Gen 2 audio
- * interface. Based on the Gen 1 driver and rewritten.
- */
-
 /* The protocol was reverse engineered by looking at the communication
  * between Focusrite Control 2.3.4 and the Focusrite(R) Scarlett 18i20
  * (firmware 1083) using usbmon in July-August 2018.
  * Scarlett 6i6 support added in June 2019 (thanks to Martin Wittmann
  * for providing usbmon output and testing).
  *
+ * Scarlett 4i4/8i6 Gen 3 support added in May 2020 (thanks to Laurent
+ * Debricon for donating a 4i4 and to Fredrik Unger for providing 8i6
+ * usbmon output and testing).
+ *
+ * Scarlett 18i8/18i20 Gen 3 support added in June 2020 (thanks to
+ * Darren Jaeckel, Alex Sedlack, and Clovis Lunel for providing usbmon
+ * output, protocol traces and testing).
+ *
  * Support for loading mixer volume and mux configuration from the
  * interface during driver initialisation added in May 2021 (thanks to
  * Vladimir Sadovnikov for figuring out how).
  *
- * This ALSA mixer gives access to:
+ * This ALSA mixer gives access to (model-dependent):
  *  - input, output, mixer-matrix muxes
- *  - 18x10 mixer-matrix gain stages
+ *  - mixer-matrix gain stages
  *  - gain/volume/mute controls
  *  - level meters
  *  - line/inst level and pad controls
+ *  - disable/enable MSD mode
  *
  * <ditaa>
  *    /--------------\    18chn            20chn     /--------------\
  *  \--------------/
  * </ditaa>
  *
+ * Gen 3 devices have a Mass Storage Device (MSD) mode where a small
+ * disk with registration and driver download information is presented
+ * to the host. To access the full functionality of the device without
+ * proprietary software, MSD mode can be disabled by:
+ * - holding down the 48V button for five seconds while powering on
+ *   the device, or
+ * - using this driver and alsamixer to change the "MSD Mode" setting
+ *   to Off and power-cycling the device
  */
 
 #include <linux/slab.h>
 /* device_setup value to enable */
 #define SCARLETT2_ENABLE 0x01
 
+/* device_setup value to allow turning MSD mode back on */
+#define SCARLETT2_MSD_ENABLE 0x02
+
 /* some gui mixers can't handle negative ctl values */
 #define SCARLETT2_VOLUME_BIAS 127
 
@@ -148,23 +168,21 @@ static const u16 scarlett2_mixer_values[SCARLETT2_MIXER_VALUE_COUNT] = {
 
 /* Maximum number of level and pad switches */
 #define SCARLETT2_LEVEL_SWITCH_MAX 2
-#define SCARLETT2_PAD_SWITCH_MAX 4
+#define SCARLETT2_PAD_SWITCH_MAX 8
 
 /* Maximum number of inputs to the mixer */
-#define SCARLETT2_INPUT_MIX_MAX 18
+#define SCARLETT2_INPUT_MIX_MAX 25
 
 /* Maximum number of outputs from the mixer */
-#define SCARLETT2_OUTPUT_MIX_MAX 10
+#define SCARLETT2_OUTPUT_MIX_MAX 12
 
 /* Maximum size of the data in the USB mux assignment message:
- * 18 inputs, 20 outputs, 18 matrix inputs, 8 spare
+ * 20 inputs, 20 outputs, 25 matrix inputs, 12 spare
  */
-#define SCARLETT2_MUX_MAX 64
+#define SCARLETT2_MUX_MAX 77
 
-/* Number of meters:
- * 18 inputs, 20 outputs, 18 matrix inputs
- */
-#define SCARLETT2_NUM_METERS 56
+/* Maximum number of meters (sum of output port counts) */
+#define SCARLETT2_MAX_METERS 65
 
 /* Hardware port types:
  * - None (no input to mux)
@@ -203,27 +221,62 @@ static const char *const scarlett2_dim_mute_names[SCARLETT2_DIM_MUTE_COUNT] = {
 };
 
 /* Description of each hardware port type:
- * - id: hardware ID for this port type
- * - num: number of sources/destinations of this port type
+ * - id: hardware ID of this port type
  * - src_descr: printf format string for mux input selections
  * - src_num_offset: added to channel number for the fprintf
  * - dst_descr: printf format string for mixer controls
  */
-struct scarlett2_ports {
+struct scarlett2_port {
        u16 id;
-       int num[SCARLETT2_PORT_DIRNS];
        const char * const src_descr;
        int src_num_offset;
        const char * const dst_descr;
 };
 
+static const struct scarlett2_port scarlett2_ports[SCARLETT2_PORT_TYPE_COUNT] = {
+       [SCARLETT2_PORT_TYPE_NONE] = {
+               .id = 0x000,
+               .src_descr = "Off"
+       },
+       [SCARLETT2_PORT_TYPE_ANALOGUE] = {
+               .id = 0x080,
+               .src_descr = "Analogue %d",
+               .src_num_offset = 1,
+               .dst_descr = "Analogue Output %02d Playback"
+       },
+       [SCARLETT2_PORT_TYPE_SPDIF] = {
+               .id = 0x180,
+               .src_descr = "S/PDIF %d",
+               .src_num_offset = 1,
+               .dst_descr = "S/PDIF Output %d Playback"
+       },
+       [SCARLETT2_PORT_TYPE_ADAT] = {
+               .id = 0x200,
+               .src_descr = "ADAT %d",
+               .src_num_offset = 1,
+               .dst_descr = "ADAT Output %d Playback"
+       },
+       [SCARLETT2_PORT_TYPE_MIX] = {
+               .id = 0x300,
+               .src_descr = "Mix %c",
+               .src_num_offset = 'A',
+               .dst_descr = "Mixer Input %02d Capture"
+       },
+       [SCARLETT2_PORT_TYPE_PCM] = {
+               .id = 0x600,
+               .src_descr = "PCM %d",
+               .src_num_offset = 1,
+               .dst_descr = "PCM %02d Capture"
+       },
+};
+
 /* Number of mux tables: one for each band of sample rates
  * (44.1/48kHz, 88.2/96kHz, and 176.4/176kHz)
  */
 #define SCARLETT2_MUX_TABLES 3
 
 /* Maximum number of entries in a mux table */
-#define SCARLETT2_MAX_MUX_ENTRIES 7
+#define SCARLETT2_MAX_MUX_ENTRIES 10
 
 /* One entry within mux_assignment defines the port type and range of
  * ports to add to the set_mux message. The end of the list is marked
@@ -238,6 +291,12 @@ struct scarlett2_mux_entry {
 struct scarlett2_device_info {
        u32 usb_id; /* USB device identifier */
 
+       /* Gen 3 devices have an internal MSD mode switch that needs
+        * to be disabled in order to access the full functionality of
+        * the device.
+        */
+       u8 has_msd_mode;
+
        /* line out hw volume is sw controlled */
        u8 line_out_hw_vol;
 
@@ -254,8 +313,8 @@ struct scarlett2_device_info {
        /* additional description for the line out volume controls */
        const char * const line_out_descrs[SCARLETT2_ANALOGUE_MAX];
 
-       /* port count and type data */
-       struct scarlett2_ports ports[SCARLETT2_PORT_TYPE_COUNT];
+       /* number of sources/destinations of each port type */
+       const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS];
 
        /* layout/order of the entries in the set_mux message */
        struct scarlett2_mux_entry mux_assignment[SCARLETT2_MUX_TABLES]
@@ -277,6 +336,7 @@ struct scarlett2_data {
        u16 scarlett2_seq;
        u8 sync_updated;
        u8 vol_updated;
+       u8 input_other_updated;
        u8 sync;
        u8 master_vol;
        u8 vol[SCARLETT2_ANALOGUE_MAX];
@@ -285,11 +345,14 @@ struct scarlett2_data {
        u8 level_switch[SCARLETT2_LEVEL_SWITCH_MAX];
        u8 pad_switch[SCARLETT2_PAD_SWITCH_MAX];
        u8 dim_mute[SCARLETT2_DIM_MUTE_COUNT];
+       u8 msd_switch;
        struct snd_kcontrol *sync_ctl;
        struct snd_kcontrol *master_vol_ctl;
        struct snd_kcontrol *vol_ctls[SCARLETT2_ANALOGUE_MAX];
        struct snd_kcontrol *mute_ctls[SCARLETT2_ANALOGUE_MAX];
        struct snd_kcontrol *dim_mute_ctls[SCARLETT2_DIM_MUTE_COUNT];
+       struct snd_kcontrol *level_ctls[SCARLETT2_LEVEL_SWITCH_MAX];
+       struct snd_kcontrol *pad_ctls[SCARLETT2_PAD_SWITCH_MAX];
        u8 mux[SCARLETT2_MUX_MAX];
        u8 mix[SCARLETT2_INPUT_MIX_MAX * SCARLETT2_OUTPUT_MIX_MAX];
 };
@@ -309,40 +372,12 @@ static const struct scarlett2_device_info s6i6_gen2_info = {
                "Headphones 2 R",
        },
 
-       .ports = {
-               [SCARLETT2_PORT_TYPE_NONE] = {
-                       .id = 0x000,
-                       .num = { 1, 0 },
-                       .src_descr = "Off",
-               },
-               [SCARLETT2_PORT_TYPE_ANALOGUE] = {
-                       .id = 0x080,
-                       .num = { 4, 4 },
-                       .src_descr = "Analogue %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "Analogue Output %02d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_SPDIF] = {
-                       .id = 0x180,
-                       .num = { 2, 2 },
-                       .src_descr = "S/PDIF %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "S/PDIF Output %d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_MIX] = {
-                       .id = 0x300,
-                       .num = { 10, 18 },
-                       .src_descr = "Mix %c",
-                       .src_num_offset = 65,
-                       .dst_descr = "Mixer Input %02d Capture"
-               },
-               [SCARLETT2_PORT_TYPE_PCM] = {
-                       .id = 0x600,
-                       .num = { 6, 6 },
-                       .src_descr = "PCM %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "PCM %02d Capture"
-               },
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = {  1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = {  4,  4 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = {  2,  2 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 10, 18 },
+               [SCARLETT2_PORT_TYPE_PCM]      = {  6,  6 },
        },
 
        .mux_assignment = { {
@@ -384,46 +419,13 @@ static const struct scarlett2_device_info s18i8_gen2_info = {
                "Headphones 2 R",
        },
 
-       .ports = {
-               [SCARLETT2_PORT_TYPE_NONE] = {
-                       .id = 0x000,
-                       .num = { 1, 0 },
-                       .src_descr = "Off",
-               },
-               [SCARLETT2_PORT_TYPE_ANALOGUE] = {
-                       .id = 0x080,
-                       .num = { 8, 6 },
-                       .src_descr = "Analogue %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "Analogue Output %02d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_SPDIF] = {
-                       .id = 0x180,
-                       .num = { 2, 2 },
-                       .src_descr = "S/PDIF %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "S/PDIF Output %d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_ADAT] = {
-                       .id = 0x200,
-                       .num = { 8, 0 },
-                       .src_descr = "ADAT %d",
-                       .src_num_offset = 1,
-               },
-               [SCARLETT2_PORT_TYPE_MIX] = {
-                       .id = 0x300,
-                       .num = { 10, 18 },
-                       .src_descr = "Mix %c",
-                       .src_num_offset = 65,
-                       .dst_descr = "Mixer Input %02d Capture"
-               },
-               [SCARLETT2_PORT_TYPE_PCM] = {
-                       .id = 0x600,
-                       .num = { 8, 18 },
-                       .src_descr = "PCM %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "PCM %02d Capture"
-               },
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = {  1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = {  8,  6 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = {  2,  2 },
+               [SCARLETT2_PORT_TYPE_ADAT]     = {  8,  0 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 10, 18 },
+               [SCARLETT2_PORT_TYPE_PCM]      = {  8, 18 },
        },
 
        .mux_assignment = { {
@@ -468,51 +470,13 @@ static const struct scarlett2_device_info s18i20_gen2_info = {
                "Headphones 2 R",
        },
 
-       .ports = {
-               [SCARLETT2_PORT_TYPE_NONE] = {
-                       .id = 0x000,
-                       .num = { 1, 0 },
-                       .src_descr = "Off",
-               },
-               [SCARLETT2_PORT_TYPE_ANALOGUE] = {
-                       .id = 0x080,
-                       .num = { 8, 10 },
-                       .src_descr = "Analogue %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "Analogue Output %02d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_SPDIF] = {
-                       /* S/PDIF outputs aren't available at 192kHz
-                        * but are included in the USB mux I/O
-                        * assignment message anyway
-                        */
-                       .id = 0x180,
-                       .num = { 2, 2 },
-                       .src_descr = "S/PDIF %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "S/PDIF Output %d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_ADAT] = {
-                       .id = 0x200,
-                       .num = { 8, 8 },
-                       .src_descr = "ADAT %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "ADAT Output %d Playback"
-               },
-               [SCARLETT2_PORT_TYPE_MIX] = {
-                       .id = 0x300,
-                       .num = { 10, 18 },
-                       .src_descr = "Mix %c",
-                       .src_num_offset = 65,
-                       .dst_descr = "Mixer Input %02d Capture"
-               },
-               [SCARLETT2_PORT_TYPE_PCM] = {
-                       .id = 0x600,
-                       .num = { 20, 18 },
-                       .src_descr = "PCM %d",
-                       .src_num_offset = 1,
-                       .dst_descr = "PCM %02d Capture"
-               },
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = {  1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = {  8, 10 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = {  2,  2 },
+               [SCARLETT2_PORT_TYPE_ADAT]     = {  8,  8 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 10, 18 },
+               [SCARLETT2_PORT_TYPE_PCM]      = { 20, 18 },
        },
 
        .mux_assignment = { {
@@ -541,24 +505,243 @@ static const struct scarlett2_device_info s18i20_gen2_info = {
        } },
 };
 
+static const struct scarlett2_device_info s4i4_gen3_info = {
+       .usb_id = USB_ID(0x1235, 0x8212),
+
+       .has_msd_mode = 1,
+       .level_input_count = 2,
+       .pad_input_count = 2,
+
+       .line_out_descrs = {
+               "Monitor L",
+               "Monitor R",
+               "Headphones L",
+               "Headphones R",
+       },
+
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = { 1, 0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = { 4, 4 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 6, 8 },
+               [SCARLETT2_PORT_TYPE_PCM]      = { 4, 6 },
+       },
+
+       .mux_assignment = { {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  6 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 16 },
+               { 0,                            0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  6 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 16 },
+               { 0,                            0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  6 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 16 },
+               { 0,                            0,  0 },
+       } },
+};
+
+static const struct scarlett2_device_info s8i6_gen3_info = {
+       .usb_id = USB_ID(0x1235, 0x8213),
+
+       .has_msd_mode = 1,
+       .level_input_count = 2,
+       .pad_input_count = 2,
+
+       .line_out_descrs = {
+               "Headphones 1 L",
+               "Headphones 1 R",
+               "Headphones 2 L",
+               "Headphones 2 R",
+       },
+
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = { 1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = { 6,  4 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = { 2,  2 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 8,  8 },
+               [SCARLETT2_PORT_TYPE_PCM]      = { 6, 10 },
+       },
+
+       .mux_assignment = { {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  8 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,    0,  2 },
+               { SCARLETT2_PORT_TYPE_PCM,      8,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 18 },
+               { 0,                            0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  8 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,    0,  2 },
+               { SCARLETT2_PORT_TYPE_PCM,      8,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 18 },
+               { 0,                            0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,      0,  8 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE, 0,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,    0,  2 },
+               { SCARLETT2_PORT_TYPE_PCM,      8,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,      0,  8 },
+               { SCARLETT2_PORT_TYPE_NONE,     0, 18 },
+               { 0,                            0,  0 },
+       } },
+};
+
+static const struct scarlett2_device_info s18i8_gen3_info = {
+       .usb_id = USB_ID(0x1235, 0x8214),
+
+       .has_msd_mode = 1,
+       .line_out_hw_vol = 1,
+       .level_input_count = 2,
+       .pad_input_count = 2,
+
+       .line_out_descrs = {
+               "Monitor L",
+               "Monitor R",
+               "Headphones 1 L",
+               "Headphones 1 R",
+               "Headphones 2 L",
+               "Headphones 2 R",
+               "Alt Monitor L",
+               "Alt Monitor R",
+       },
+
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = {  1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = {  8,  8 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = {  2,  2 },
+               [SCARLETT2_PORT_TYPE_ADAT]     = {  8,  0 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 10, 20 },
+               [SCARLETT2_PORT_TYPE_PCM]      = {  8, 20 },
+       },
+
+       .mux_assignment = { {
+               { SCARLETT2_PORT_TYPE_PCM,       0, 10 },
+               { SCARLETT2_PORT_TYPE_PCM,      12,  8 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  6,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  2,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_PCM,      10,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,       0, 20 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 10 },
+               { 0,                             0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,       0, 10 },
+               { SCARLETT2_PORT_TYPE_PCM,      12,  4 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  6,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  2,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_PCM,      10,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,       0, 20 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 10 },
+               { 0,                             0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,       0, 10 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  6,  2 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  2,  4 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,       0, 20 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 10 },
+               { 0,                             0,  0 },
+       } },
+};
+
+static const struct scarlett2_device_info s18i20_gen3_info = {
+       .usb_id = USB_ID(0x1235, 0x8215),
+
+       .has_msd_mode = 1,
+       .line_out_hw_vol = 1,
+       .level_input_count = 2,
+       .pad_input_count = 8,
+
+       .line_out_descrs = {
+               "Monitor 1 L",
+               "Monitor 1 R",
+               "Monitor 2 L",
+               "Monitor 2 R",
+               NULL,
+               NULL,
+               "Headphones 1 L",
+               "Headphones 1 R",
+               "Headphones 2 L",
+               "Headphones 2 R",
+       },
+
+       .port_count = {
+               [SCARLETT2_PORT_TYPE_NONE]     = {  1,  0 },
+               [SCARLETT2_PORT_TYPE_ANALOGUE] = {  9, 10 },
+               [SCARLETT2_PORT_TYPE_SPDIF]    = {  2,  2 },
+               [SCARLETT2_PORT_TYPE_ADAT]     = {  8,  8 },
+               [SCARLETT2_PORT_TYPE_MIX]      = { 12, 25 },
+               [SCARLETT2_PORT_TYPE_PCM]      = { 20, 20 },
+       },
+
+       .mux_assignment = { {
+               { SCARLETT2_PORT_TYPE_PCM,       0,  8 },
+               { SCARLETT2_PORT_TYPE_PCM,      10, 10 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0, 10 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_ADAT,      0,  8 },
+               { SCARLETT2_PORT_TYPE_PCM,       8,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,       0, 25 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 12 },
+               { 0,                             0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,       0,  8 },
+               { SCARLETT2_PORT_TYPE_PCM,      10,  8 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0, 10 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_ADAT,      0,  8 },
+               { SCARLETT2_PORT_TYPE_PCM,       8,  2 },
+               { SCARLETT2_PORT_TYPE_MIX,       0, 25 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 10 },
+               { 0,                             0,  0 },
+       }, {
+               { SCARLETT2_PORT_TYPE_PCM,       0, 10 },
+               { SCARLETT2_PORT_TYPE_ANALOGUE,  0, 10 },
+               { SCARLETT2_PORT_TYPE_SPDIF,     0,  2 },
+               { SCARLETT2_PORT_TYPE_NONE,      0, 24 },
+               { 0,                             0,  0 },
+       } },
+};
+
 static const struct scarlett2_device_info *scarlett2_devices[] = {
        /* Supported Gen 2 devices */
        &s6i6_gen2_info,
        &s18i8_gen2_info,
        &s18i20_gen2_info,
 
+       /* Supported Gen 3 devices */
+       &s4i4_gen3_info,
+       &s8i6_gen3_info,
+       &s18i8_gen3_info,
+       &s18i20_gen3_info,
+
        /* End of list */
        NULL
 };
 
 /* get the starting port index number for a given port type/direction */
-static int scarlett2_get_port_start_num(const struct scarlett2_ports *ports,
-                                       int direction, int port_type)
+static int scarlett2_get_port_start_num(
+       const int port_count[][SCARLETT2_PORT_DIRNS],
+       int direction, int port_type)
 {
        int i, num = 0;
 
        for (i = 0; i < port_type; i++)
-               num += ports[i].num[direction];
+               num += port_count[i][direction];
 
        return num;
 }
@@ -566,9 +749,10 @@ static int scarlett2_get_port_start_num(const struct scarlett2_ports *ports,
 /*** USB Interactions ***/
 
 /* Notifications from the interface */
-#define SCARLETT2_USB_NOTIFY_SYNC     0x00000008
-#define SCARLETT2_USB_NOTIFY_DIM_MUTE 0x00200000
-#define SCARLETT2_USB_NOTIFY_MONITOR  0x00400000
+#define SCARLETT2_USB_NOTIFY_SYNC        0x00000008
+#define SCARLETT2_USB_NOTIFY_DIM_MUTE    0x00200000
+#define SCARLETT2_USB_NOTIFY_MONITOR     0x00400000
+#define SCARLETT2_USB_NOTIFY_INPUT_OTHER 0x00800000
 
 /* Commands for sending/receiving requests/responses */
 #define SCARLETT2_USB_CMD_INIT 0
@@ -625,7 +809,8 @@ enum {
        SCARLETT2_CONFIG_SW_HW_SWITCH = 3,
        SCARLETT2_CONFIG_LEVEL_SWITCH = 4,
        SCARLETT2_CONFIG_PAD_SWITCH = 5,
-       SCARLETT2_CONFIG_COUNT = 6
+       SCARLETT2_CONFIG_MSD_SWITCH = 6,
+       SCARLETT2_CONFIG_COUNT = 7
 };
 
 /* Location, size, and activation command number for the configuration
@@ -656,6 +841,9 @@ static const struct scarlett2_config
 
        [SCARLETT2_CONFIG_PAD_SWITCH] = {
                .offset = 0x84, .size = 1, .activate = 8 },
+
+       [SCARLETT2_CONFIG_MSD_SWITCH] = {
+               .offset = 0x9d, .size = 1, .activate = 6 },
 };
 
 /* proprietary request/response format */
@@ -739,7 +927,7 @@ static int scarlett2_usb(
        if (err != req_buf_size) {
                usb_audio_err(
                        mixer->chip,
-                       "Scarlett Gen 2 USB request result cmd %x was %d\n",
+                       "Scarlett Gen 2/3 USB request result cmd %x was %d\n",
                        cmd, err);
                err = -EINVAL;
                goto unlock;
@@ -756,7 +944,7 @@ static int scarlett2_usb(
        if (err != resp_buf_size) {
                usb_audio_err(
                        mixer->chip,
-                       "Scarlett Gen 2 USB response result cmd %x was %d "
+                       "Scarlett Gen 2/3 USB response result cmd %x was %d "
                        "expected %d\n",
                        cmd, err, resp_buf_size);
                err = -EINVAL;
@@ -774,7 +962,7 @@ static int scarlett2_usb(
            resp->pad) {
                usb_audio_err(
                        mixer->chip,
-                       "Scarlett Gen 2 USB invalid response; "
+                       "Scarlett Gen 2/3 USB invalid response; "
                           "cmd tx/rx %d/%d seq %d/%d size %d/%d "
                           "error %d pad %d\n",
                        le32_to_cpu(req->cmd), le32_to_cpu(resp->cmd),
@@ -797,6 +985,34 @@ error:
        return err;
 }
 
+/* Send a USB message to get data; result placed in *buf */
+static int scarlett2_usb_get(
+       struct usb_mixer_interface *mixer,
+       int offset, void *buf, int size)
+{
+       struct {
+               __le32 offset;
+               __le32 size;
+       } __packed req;
+
+       req.offset = cpu_to_le32(offset);
+       req.size = cpu_to_le32(size);
+       return scarlett2_usb(mixer, SCARLETT2_USB_GET_DATA,
+                            &req, sizeof(req), buf, size);
+}
+
+/* Send a USB message to get configuration parameters; result placed in *buf */
+static int scarlett2_usb_get_config(
+       struct usb_mixer_interface *mixer,
+       int config_item_num, int count, void *buf)
+{
+       const struct scarlett2_config *config_item =
+               &scarlett2_config_items[config_item_num];
+       int size = config_item->size * count;
+
+       return scarlett2_usb_get(mixer, config_item->offset, buf, size);
+}
+
 /* Send SCARLETT2_USB_DATA_CMD SCARLETT2_USB_CONFIG_SAVE */
 static void scarlett2_config_save(struct usb_mixer_interface *mixer)
 {
@@ -855,39 +1071,12 @@ static int scarlett2_usb_set_config(
                return err;
 
        /* Schedule the change to be written to NVRAM */
-       schedule_delayed_work(&private->work, msecs_to_jiffies(2000));
+       if (config_item->activate != SCARLETT2_USB_CONFIG_SAVE)
+               schedule_delayed_work(&private->work, msecs_to_jiffies(2000));
 
        return 0;
 }
 
-/* Send a USB message to get data; result placed in *buf */
-static int scarlett2_usb_get(
-       struct usb_mixer_interface *mixer,
-       int offset, void *buf, int size)
-{
-       struct {
-               __le32 offset;
-               __le32 size;
-       } __packed req;
-
-       req.offset = cpu_to_le32(offset);
-       req.size = cpu_to_le32(size);
-       return scarlett2_usb(mixer, SCARLETT2_USB_GET_DATA,
-                            &req, sizeof(req), buf, size);
-}
-
-/* Send a USB message to get configuration parameters; result placed in *buf */
-static int scarlett2_usb_get_config(
-       struct usb_mixer_interface *mixer,
-       int config_item_num, int count, void *buf)
-{
-       const struct scarlett2_config *config_item =
-               &scarlett2_config_items[config_item_num];
-       int size = config_item->size * count;
-
-       return scarlett2_usb_get(mixer, config_item->offset, buf, size);
-}
-
 /* Send a USB message to get sync status; result placed in *sync */
 static int scarlett2_usb_get_sync_status(
        struct usb_mixer_interface *mixer,
@@ -924,7 +1113,7 @@ static int scarlett2_usb_get_mix(struct usb_mixer_interface *mixer,
        const struct scarlett2_device_info *info = private->info;
 
        int num_mixer_in =
-               info->ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_OUT];
+               info->port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT];
        int err, i, j, k;
 
        struct {
@@ -973,7 +1162,7 @@ static int scarlett2_usb_set_mix(struct usb_mixer_interface *mixer,
 
        int i, j;
        int num_mixer_in =
-               info->ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_OUT];
+               info->port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT];
 
        req.mix_num = cpu_to_le16(mix_num);
 
@@ -987,18 +1176,18 @@ static int scarlett2_usb_set_mix(struct usb_mixer_interface *mixer,
                             NULL, 0);
 }
 
-/* Convert a port number index (per info->ports) to a hardware ID */
-static u32 scarlett2_mux_src_num_to_id(const struct scarlett2_ports *ports,
-                                      int num)
+/* Convert a port number index (per info->port_count) to a hardware ID */
+static u32 scarlett2_mux_src_num_to_id(
+       const int port_count[][SCARLETT2_PORT_DIRNS], int num)
 {
        int port_type;
 
        for (port_type = 0;
             port_type < SCARLETT2_PORT_TYPE_COUNT;
             port_type++) {
-               if (num < ports[port_type].num[SCARLETT2_PORT_IN])
-                       return ports[port_type].id | num;
-               num -= ports[port_type].num[SCARLETT2_PORT_IN];
+               if (num < port_count[port_type][SCARLETT2_PORT_IN])
+                       return scarlett2_ports[port_type].id | num;
+               num -= port_count[port_type][SCARLETT2_PORT_IN];
        }
 
        /* Oops */
@@ -1006,9 +1195,8 @@ static u32 scarlett2_mux_src_num_to_id(const struct scarlett2_ports *ports,
 }
 
 /* Convert a hardware ID to a port number index */
-static u32 scarlett2_mux_id_to_num(const struct scarlett2_ports *ports,
-                                  int direction,
-                                  u32 id)
+static u32 scarlett2_mux_id_to_num(
+       const int port_count[][SCARLETT2_PORT_DIRNS], int direction, u32 id)
 {
        int port_type;
        int port_num = 0;
@@ -1016,11 +1204,11 @@ static u32 scarlett2_mux_id_to_num(const struct scarlett2_ports *ports,
        for (port_type = 0;
             port_type < SCARLETT2_PORT_TYPE_COUNT;
             port_type++) {
-               struct scarlett2_ports port = ports[port_type];
-               int count = port.num[direction];
+               int base = scarlett2_ports[port_type].id;
+               int count = port_count[port_type][direction];
 
-               if (id >= port.id && id < port.id + count)
-                       return port_num + id - port.id;
+               if (id >= base && id < base + count)
+                       return port_num + id - base;
                port_num += count;
        }
 
@@ -1033,11 +1221,11 @@ static void scarlett2_usb_populate_mux(struct scarlett2_data *private,
                                       u32 mux_entry)
 {
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
 
        int dst_idx, src_idx;
 
-       dst_idx = scarlett2_mux_id_to_num(ports, SCARLETT2_PORT_OUT,
+       dst_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_OUT,
                                          mux_entry & 0xFFF);
        if (dst_idx < 0)
                return;
@@ -1049,7 +1237,7 @@ static void scarlett2_usb_populate_mux(struct scarlett2_data *private,
                return;
        }
 
-       src_idx = scarlett2_mux_id_to_num(ports, SCARLETT2_PORT_IN,
+       src_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_IN,
                                          mux_entry >> 12);
        if (src_idx < 0)
                return;
@@ -1098,7 +1286,7 @@ static int scarlett2_usb_set_mux(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int table;
 
        struct {
@@ -1125,9 +1313,9 @@ static int scarlett2_usb_set_mux(struct usb_mixer_interface *mixer)
                        int j;
                        int port_type = entry->port_type;
                        int port_idx = entry->start;
-                       int mux_idx = scarlett2_get_port_start_num(ports,
+                       int mux_idx = scarlett2_get_port_start_num(port_count,
                                SCARLETT2_PORT_OUT, port_type) + port_idx;
-                       int dst_id = ports[port_type].id + port_idx;
+                       int dst_id = scarlett2_ports[port_type].id + port_idx;
 
                        /* Empty slots */
                        if (!dst_id) {
@@ -1142,7 +1330,7 @@ static int scarlett2_usb_set_mux(struct usb_mixer_interface *mixer)
                         */
                        for (j = 0; j < entry->count; j++) {
                                int src_id = scarlett2_mux_src_num_to_id(
-                                       ports, private->mux[mux_idx++]);
+                                       port_count, private->mux[mux_idx++]);
                                req.data[i++] = cpu_to_le32(dst_id |
                                                            src_id << 12);
                                dst_id++;
@@ -1161,26 +1349,26 @@ static int scarlett2_usb_set_mux(struct usb_mixer_interface *mixer)
 
 /* Send USB message to get meter levels */
 static int scarlett2_usb_get_meter_levels(struct usb_mixer_interface *mixer,
-                                         u16 *levels)
+                                         u16 num_meters, u16 *levels)
 {
        struct {
                __le16 pad;
                __le16 num_meters;
                __le32 magic;
        } __packed req;
-       u32 resp[SCARLETT2_NUM_METERS];
+       u32 resp[SCARLETT2_MAX_METERS];
        int i, err;
 
        req.pad = 0;
-       req.num_meters = cpu_to_le16(SCARLETT2_NUM_METERS);
+       req.num_meters = cpu_to_le16(num_meters);
        req.magic = cpu_to_le32(SCARLETT2_USB_METER_LEVELS_GET_MAGIC);
        err = scarlett2_usb(mixer, SCARLETT2_USB_GET_METER,
-                           &req, sizeof(req), resp, sizeof(resp));
+                           &req, sizeof(req), resp, num_meters * sizeof(u32));
        if (err < 0)
                return err;
 
        /* copy, convert to u16 */
-       for (i = 0; i < SCARLETT2_NUM_METERS; i++)
+       for (i = 0; i < num_meters; i++)
                levels[i] = resp[i];
 
        return 0;
@@ -1202,10 +1390,15 @@ static int scarlett2_add_new_ctl(struct usb_mixer_interface *mixer,
        if (!elem)
                return -ENOMEM;
 
+       /* We set USB_MIXER_BESPOKEN type, so that the core USB mixer code
+        * ignores them for resume and other operations.
+        * Also, the head.id field is set to 0, as we don't use this field.
+        */
        elem->head.mixer = mixer;
        elem->control = index;
-       elem->head.id = index;
+       elem->head.id = 0;
        elem->channels = channels;
+       elem->val_type = USB_MIXER_BESPOKEN;
 
        kctl = snd_ctl_new1(ncontrol, elem);
        if (!kctl) {
@@ -1289,10 +1482,10 @@ static int scarlett2_update_volumes(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        struct scarlett2_usb_volume_status volume_status;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
        int err, i;
        int mute;
 
@@ -1584,6 +1777,32 @@ static const struct snd_kcontrol_new scarlett2_sw_hw_enum_ctl = {
 
 /*** Line Level/Instrument Level Switch Controls ***/
 
+static int scarlett2_update_input_other(struct usb_mixer_interface *mixer)
+{
+       struct scarlett2_data *private = mixer->private_data;
+       const struct scarlett2_device_info *info = private->info;
+
+       private->input_other_updated = 0;
+
+       if (info->level_input_count) {
+               int err = scarlett2_usb_get_config(
+                       mixer, SCARLETT2_CONFIG_LEVEL_SWITCH,
+                       info->level_input_count, private->level_switch);
+               if (err < 0)
+                       return err;
+       }
+
+       if (info->pad_input_count) {
+               int err = scarlett2_usb_get_config(
+                       mixer, SCARLETT2_CONFIG_PAD_SWITCH,
+                       info->pad_input_count, private->pad_switch);
+               if (err < 0)
+                       return err;
+       }
+
+       return 0;
+}
+
 static int scarlett2_level_enum_ctl_info(struct snd_kcontrol *kctl,
                                         struct snd_ctl_elem_info *uinfo)
 {
@@ -1598,10 +1817,16 @@ static int scarlett2_level_enum_ctl_get(struct snd_kcontrol *kctl,
                                        struct snd_ctl_elem_value *ucontrol)
 {
        struct usb_mixer_elem_info *elem = kctl->private_data;
-       struct scarlett2_data *private = elem->head.mixer->private_data;
+       struct usb_mixer_interface *mixer = elem->head.mixer;
+       struct scarlett2_data *private = mixer->private_data;
 
+       mutex_lock(&private->data_mutex);
+       if (private->input_other_updated)
+               scarlett2_update_input_other(mixer);
        ucontrol->value.enumerated.item[0] =
                private->level_switch[elem->control];
+       mutex_unlock(&private->data_mutex);
+
        return 0;
 }
 
@@ -1650,10 +1875,16 @@ static int scarlett2_pad_ctl_get(struct snd_kcontrol *kctl,
                                 struct snd_ctl_elem_value *ucontrol)
 {
        struct usb_mixer_elem_info *elem = kctl->private_data;
-       struct scarlett2_data *private = elem->head.mixer->private_data;
+       struct usb_mixer_interface *mixer = elem->head.mixer;
+       struct scarlett2_data *private = mixer->private_data;
 
+       mutex_lock(&private->data_mutex);
+       if (private->input_other_updated)
+               scarlett2_update_input_other(mixer);
        ucontrol->value.integer.value[0] =
                private->pad_switch[elem->control];
+       mutex_unlock(&private->data_mutex);
+
        return 0;
 }
 
@@ -1721,9 +1952,9 @@ static int scarlett2_dim_mute_ctl_put(struct snd_kcontrol *kctl,
        struct usb_mixer_interface *mixer = elem->head.mixer;
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
 
        int index = elem->control;
        int oval, val, err = 0, i;
@@ -1772,9 +2003,9 @@ static int scarlett2_add_line_out_ctls(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
        int err, i;
        char s[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
 
@@ -1864,7 +2095,7 @@ static int scarlett2_add_line_in_ctls(struct usb_mixer_interface *mixer)
        for (i = 0; i < info->level_input_count; i++) {
                snprintf(s, sizeof(s), fmt, i + 1, "Level", "Enum");
                err = scarlett2_add_new_ctl(mixer, &scarlett2_level_enum_ctl,
-                                           i, 1, s, NULL);
+                                           i, 1, s, &private->level_ctls[i]);
                if (err < 0)
                        return err;
        }
@@ -1873,7 +2104,7 @@ static int scarlett2_add_line_in_ctls(struct usb_mixer_interface *mixer)
        for (i = 0; i < info->pad_input_count; i++) {
                snprintf(s, sizeof(s), fmt, i + 1, "Pad", "Switch");
                err = scarlett2_add_new_ctl(mixer, &scarlett2_pad_ctl,
-                                           i, 1, s, NULL);
+                                           i, 1, s, &private->pad_ctls[i]);
                if (err < 0)
                        return err;
        }
@@ -1913,7 +2144,7 @@ static int scarlett2_mixer_ctl_put(struct snd_kcontrol *kctl,
        struct usb_mixer_interface *mixer = elem->head.mixer;
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int oval, val, num_mixer_in, mix_num, err = 0;
        int index = elem->control;
 
@@ -1921,7 +2152,7 @@ static int scarlett2_mixer_ctl_put(struct snd_kcontrol *kctl,
 
        oval = private->mix[index];
        val = ucontrol->value.integer.value[0];
-       num_mixer_in = ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_OUT];
+       num_mixer_in = port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT];
        mix_num = index / num_mixer_in;
 
        if (oval == val)
@@ -1958,13 +2189,16 @@ static const struct snd_kcontrol_new scarlett2_mixer_ctl = {
 static int scarlett2_add_mixer_ctls(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
-       const struct scarlett2_ports *ports = private->info->ports;
+       const struct scarlett2_device_info *info = private->info;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int err, i, j;
        int index;
        char s[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
 
-       int num_inputs = ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_OUT];
-       int num_outputs = ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_IN];
+       int num_inputs =
+               port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT];
+       int num_outputs =
+               port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_IN];
 
        for (i = 0, index = 0; i < num_outputs; i++)
                for (j = 0; j < num_inputs; j++, index++) {
@@ -1987,7 +2221,8 @@ static int scarlett2_mux_src_enum_ctl_info(struct snd_kcontrol *kctl,
 {
        struct usb_mixer_elem_info *elem = kctl->private_data;
        struct scarlett2_data *private = elem->head.mixer->private_data;
-       const struct scarlett2_ports *ports = private->info->ports;
+       const struct scarlett2_device_info *info = private->info;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        unsigned int item = uinfo->value.enumerated.item;
        int items = private->num_mux_srcs;
        int port_type;
@@ -2002,13 +2237,15 @@ static int scarlett2_mux_src_enum_ctl_info(struct snd_kcontrol *kctl,
        for (port_type = 0;
             port_type < SCARLETT2_PORT_TYPE_COUNT;
             port_type++) {
-               if (item < ports[port_type].num[SCARLETT2_PORT_IN]) {
+               if (item < port_count[port_type][SCARLETT2_PORT_IN]) {
+                       const struct scarlett2_port *port =
+                               &scarlett2_ports[port_type];
+
                        sprintf(uinfo->value.enumerated.name,
-                               ports[port_type].src_descr,
-                               item + ports[port_type].src_num_offset);
+                               port->src_descr, item + port->src_num_offset);
                        return 0;
                }
-               item -= ports[port_type].num[SCARLETT2_PORT_IN];
+               item -= port_count[port_type][SCARLETT2_PORT_IN];
        }
 
        return -EINVAL;
@@ -2063,18 +2300,20 @@ static const struct snd_kcontrol_new scarlett2_mux_src_enum_ctl = {
 static int scarlett2_add_mux_enums(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
-       const struct scarlett2_ports *ports = private->info->ports;
+       const struct scarlett2_device_info *info = private->info;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int port_type, channel, i;
 
        for (i = 0, port_type = 0;
             port_type < SCARLETT2_PORT_TYPE_COUNT;
             port_type++) {
                for (channel = 0;
-                    channel < ports[port_type].num[SCARLETT2_PORT_OUT];
+                    channel < port_count[port_type][SCARLETT2_PORT_OUT];
                     channel++, i++) {
                        int err;
                        char s[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
-                       const char *const descr = ports[port_type].dst_descr;
+                       const char *const descr =
+                               scarlett2_ports[port_type].dst_descr;
 
                        snprintf(s, sizeof(s) - 5, descr, channel + 1);
                        strcat(s, " Enum");
@@ -2109,10 +2348,11 @@ static int scarlett2_meter_ctl_get(struct snd_kcontrol *kctl,
                                   struct snd_ctl_elem_value *ucontrol)
 {
        struct usb_mixer_elem_info *elem = kctl->private_data;
-       u16 meter_levels[SCARLETT2_NUM_METERS];
+       u16 meter_levels[SCARLETT2_MAX_METERS];
        int i, err;
 
-       err = scarlett2_usb_get_meter_levels(elem->head.mixer, meter_levels);
+       err = scarlett2_usb_get_meter_levels(elem->head.mixer, elem->channels,
+                                            meter_levels);
        if (err < 0)
                return err;
 
@@ -2132,11 +2372,78 @@ static const struct snd_kcontrol_new scarlett2_meter_ctl = {
 
 static int scarlett2_add_meter_ctl(struct usb_mixer_interface *mixer)
 {
+       struct scarlett2_data *private = mixer->private_data;
+
        return scarlett2_add_new_ctl(mixer, &scarlett2_meter_ctl,
-                                    0, SCARLETT2_NUM_METERS,
+                                    0, private->num_mux_dsts,
                                     "Level Meter", NULL);
 }
 
+/*** MSD Controls ***/
+
+static int scarlett2_msd_ctl_get(struct snd_kcontrol *kctl,
+                                struct snd_ctl_elem_value *ucontrol)
+{
+       struct usb_mixer_elem_info *elem = kctl->private_data;
+       struct scarlett2_data *private = elem->head.mixer->private_data;
+
+       ucontrol->value.integer.value[0] = private->msd_switch;
+       return 0;
+}
+
+static int scarlett2_msd_ctl_put(struct snd_kcontrol *kctl,
+                                struct snd_ctl_elem_value *ucontrol)
+{
+       struct usb_mixer_elem_info *elem = kctl->private_data;
+       struct usb_mixer_interface *mixer = elem->head.mixer;
+       struct scarlett2_data *private = mixer->private_data;
+
+       int oval, val, err = 0;
+
+       mutex_lock(&private->data_mutex);
+
+       oval = private->msd_switch;
+       val = !!ucontrol->value.integer.value[0];
+
+       if (oval == val)
+               goto unlock;
+
+       private->msd_switch = val;
+
+       /* Send switch change to the device */
+       err = scarlett2_usb_set_config(mixer, SCARLETT2_CONFIG_MSD_SWITCH,
+                                      0, val);
+
+unlock:
+       mutex_unlock(&private->data_mutex);
+       return err;
+}
+
+static const struct snd_kcontrol_new scarlett2_msd_ctl = {
+       .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
+       .name = "",
+       .info = snd_ctl_boolean_mono_info,
+       .get  = scarlett2_msd_ctl_get,
+       .put  = scarlett2_msd_ctl_put,
+};
+
+static int scarlett2_add_msd_ctl(struct usb_mixer_interface *mixer)
+{
+       struct scarlett2_data *private = mixer->private_data;
+       const struct scarlett2_device_info *info = private->info;
+
+       if (!info->has_msd_mode)
+               return 0;
+
+       /* If MSD mode is off, hide the switch by default */
+       if (!private->msd_switch && !(mixer->chip->setup & SCARLETT2_MSD_ENABLE))
+               return 0;
+
+       /* Add MSD control */
+       return scarlett2_add_new_ctl(mixer, &scarlett2_msd_ctl,
+                                    0, 1, "MSD Mode", NULL);
+}
+
 /*** Cleanup/Suspend Callbacks ***/
 
 static void scarlett2_private_free(struct usb_mixer_interface *mixer)
@@ -2160,14 +2467,15 @@ static void scarlett2_private_suspend(struct usb_mixer_interface *mixer)
 
 static void scarlett2_count_mux_io(struct scarlett2_data *private)
 {
-       const struct scarlett2_ports *ports = private->info->ports;
+       const struct scarlett2_device_info *info = private->info;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int port_type, srcs = 0, dsts = 0;
 
        for (port_type = 0;
             port_type < SCARLETT2_PORT_TYPE_COUNT;
             port_type++) {
-               srcs += ports[port_type].num[SCARLETT2_PORT_IN];
-               dsts += ports[port_type].num[SCARLETT2_PORT_OUT];
+               srcs += port_count[port_type][SCARLETT2_PORT_IN];
+               dsts += port_count[port_type][SCARLETT2_PORT_OUT];
        }
 
        private->num_mux_srcs = srcs;
@@ -2265,34 +2573,30 @@ static int scarlett2_read_configs(struct usb_mixer_interface *mixer)
 {
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
        int num_mixer_out =
-               ports[SCARLETT2_PORT_TYPE_MIX].num[SCARLETT2_PORT_IN];
+               port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_IN];
        struct scarlett2_usb_volume_status volume_status;
        int err, i;
 
-       if (info->level_input_count) {
+       if (info->has_msd_mode) {
                err = scarlett2_usb_get_config(
-                       mixer,
-                       SCARLETT2_CONFIG_LEVEL_SWITCH,
-                       info->level_input_count,
-                       private->level_switch);
+                       mixer, SCARLETT2_CONFIG_MSD_SWITCH,
+                       1, &private->msd_switch);
                if (err < 0)
                        return err;
-       }
 
-       if (info->pad_input_count) {
-               err = scarlett2_usb_get_config(
-                       mixer,
-                       SCARLETT2_CONFIG_PAD_SWITCH,
-                       info->pad_input_count,
-                       private->pad_switch);
-               if (err < 0)
-                       return err;
+               /* no other controls are created if MSD mode is on */
+               if (private->msd_switch)
+                       return 0;
        }
 
+       err = scarlett2_update_input_other(mixer);
+       if (err < 0)
+               return err;
+
        err = scarlett2_update_sync(mixer);
        if (err < 0)
                return err;
@@ -2356,9 +2660,9 @@ static void scarlett2_notify_monitor(
 {
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
        int i;
 
        /* if line_out_hw_vol is 0, there are no controls to update */
@@ -2385,9 +2689,9 @@ static void scarlett2_notify_dim_mute(
        struct snd_card *card = mixer->chip->card;
        struct scarlett2_data *private = mixer->private_data;
        const struct scarlett2_device_info *info = private->info;
-       const struct scarlett2_ports *ports = info->ports;
+       const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count;
        int num_line_out =
-               ports[SCARLETT2_PORT_TYPE_ANALOGUE].num[SCARLETT2_PORT_OUT];
+               port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT];
        int i;
 
        private->vol_updated = 1;
@@ -2405,6 +2709,25 @@ static void scarlett2_notify_dim_mute(
                                       &private->mute_ctls[i]->id);
 }
 
+/* Notify on "input other" change (level/pad) */
+static void scarlett2_notify_input_other(
+       struct usb_mixer_interface *mixer)
+{
+       struct snd_card *card = mixer->chip->card;
+       struct scarlett2_data *private = mixer->private_data;
+       const struct scarlett2_device_info *info = private->info;
+       int i;
+
+       private->input_other_updated = 1;
+
+       for (i = 0; i < info->level_input_count; i++)
+               snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE,
+                              &private->level_ctls[i]->id);
+       for (i = 0; i < info->pad_input_count; i++)
+               snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE,
+                              &private->pad_ctls[i]->id);
+}
+
 /* Interrupt callback */
 static void scarlett2_notify(struct urb *urb)
 {
@@ -2423,6 +2746,8 @@ static void scarlett2_notify(struct urb *urb)
                scarlett2_notify_monitor(mixer);
        if (data & SCARLETT2_USB_NOTIFY_DIM_MUTE)
                scarlett2_notify_dim_mute(mixer);
+       if (data & SCARLETT2_USB_NOTIFY_INPUT_OTHER)
+               scarlett2_notify_input_other(mixer);
 
 requeue:
        if (ustatus != -ENOENT &&
@@ -2490,6 +2815,15 @@ static int snd_scarlett_gen2_controls_create(struct usb_mixer_interface *mixer)
        if (err < 0)
                return err;
 
+       /* Create the MSD control */
+       err = scarlett2_add_msd_ctl(mixer);
+       if (err < 0)
+               return err;
+
+       /* If MSD mode is enabled, don't create any other controls */
+       if (((struct scarlett2_data *)mixer->private_data)->msd_switch)
+               return 0;
+
        /* Create the analogue output controls */
        err = scarlett2_add_line_out_ctls(mixer);
        if (err < 0)
@@ -2539,7 +2873,7 @@ int snd_scarlett_gen2_init(struct usb_mixer_interface *mixer)
 
        if (!(chip->setup & SCARLETT2_ENABLE)) {
                usb_audio_info(chip,
-                       "Focusrite Scarlett Gen 2 Mixer Driver disabled; "
+                       "Focusrite Scarlett Gen 2/3 Mixer Driver disabled; "
                        "use options snd_usb_audio vid=0x%04x pid=0x%04x "
                        "device_setup=1 to enable and report any issues "
                        "to g@b4.vu",
@@ -2549,7 +2883,7 @@ int snd_scarlett_gen2_init(struct usb_mixer_interface *mixer)
        }
 
        usb_audio_info(chip,
-               "Focusrite Scarlett Gen 2 Mixer Driver enabled pid=0x%04x",
+               "Focusrite Scarlett Gen 2/3 Mixer Driver enabled pid=0x%04x",
                USB_ID_PRODUCT(chip->usb_id));
 
        err = snd_scarlett_gen2_controls_create(mixer);