]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: scarlett2: Add Gen 4 firmware 2417 autogain status text
authorGeoffrey D. Bennett <g@b4.vu>
Sat, 25 Apr 2026 21:39:58 +0000 (07:09 +0930)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Apr 2026 12:21:48 +0000 (14:21 +0200)
Firmware 2417 for the Scarlett 4th Gen 2i2 and 4i4 added a new
autogain exit code ("Root"). Without this entry the new status is
reported as "Invalid".

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/c62bb12106d143fa71ceb3be4502221a34b35c18.1777153011.git.g@b4.vu
sound/usb/mixer_scarlett2.c

index b525671d09fc0a8b0df2f28999d4d698ced9ee8a..41eec50e3cc1e1c3b8a1df1de4774ee8f62f0e71 100644 (file)
@@ -398,6 +398,7 @@ static const char *const scarlett2_autogain_status_gen4[] = {
        "FailMaxGainLimit",
        "FailClipped",
        "Cancelled",
+       "Root",
        "Invalid",
        NULL
 };