ucm2: Focusrite Scarlett 18i20 Gen 1 — fix USB ID regex (1235:800c)

- fix case mismatch in device matching regex

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/739
Signed-off-by: geomtn <mike@geomtnfoci.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
mike 2026-04-07 00:39:29 -06:00 committed by Jaroslav Kysela
commit 40002e48ee

View file

@ -229,11 +229,11 @@ Macro.goxlr.RegexMatch "Id='1220:8fe[04]' Profile='GoXLR/GoXLR'"
# 8219 2i2 4th Gen
Macro.focusrite-scarlett-2i.RegexMatch "Id='1235:8(0(0[6a]|1c)|2(0[025]|1[0189]))' Profile='Focusrite/Scarlett-2i'"
# 800C 1st Gen
# 800c 1st Gen
# 8201 2nd Gen
# 8215 3rd Gen
# 821d 4th Gen
Macro.focusrite-scarlett-18i20.RegexMatch "Id='1235:8(00C|2(01|1(5|d)))' Profile='Focusrite/Scarlett-18i20'"
Macro.focusrite-scarlett-18i20.RegexMatch "Id='1235:8(00c|2(01|1(5|d)))' Profile='Focusrite/Scarlett-18i20'"
Macro.focusrite-vocaster-one.RegexMatch "Id='1235:8216' Profile='Focusrite/Vocaster-One'"
Macro.focusrite-vocaster-two.RegexMatch "Id='1235:8217' Profile='Focusrite/Vocaster-Two'"