From: Geoffrey D. Bennett Date: Sat, 25 Apr 2026 21:39:58 +0000 (+0930) Subject: ALSA: scarlett2: Add Gen 4 firmware 2417 autogain status text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb0317a003a306f7610a5f419bf3f4524f28558;p=thirdparty%2Flinux.git ALSA: scarlett2: Add Gen 4 firmware 2417 autogain status text 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 Signed-off-by: Takashi Iwai Link: https://patch.msgid.link/c62bb12106d143fa71ceb3be4502221a34b35c18.1777153011.git.g@b4.vu --- diff --git a/sound/usb/mixer_scarlett2.c b/sound/usb/mixer_scarlett2.c index b525671d09fc..41eec50e3cc1 100644 --- a/sound/usb/mixer_scarlett2.c +++ b/sound/usb/mixer_scarlett2.c @@ -398,6 +398,7 @@ static const char *const scarlett2_autogain_status_gen4[] = { "FailMaxGainLimit", "FailClipped", "Cancelled", + "Root", "Invalid", NULL };