From 0515e5b7ccf86905701655d066b9ac0d46eb9cf4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 15 Mar 2025 15:49:56 +0100 Subject: [PATCH] USB-Audio: GoXLR: enable detection of beta firmware (25 channels) 'Syntax 8' is required (alsa-lib 1.2.15+) Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/524 Fixes: 17f9b4f ("USB-Audio: GoXLR - fix the channel detection for mini, cleanups") Link: https://github.com/alsa-project/alsa-ucm-conf/issues/444 Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/GoXLR/GoXLR.conf | 3 +-- ucm2/USB-Audio/USB-Audio.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ucm2/USB-Audio/GoXLR/GoXLR.conf b/ucm2/USB-Audio/GoXLR/GoXLR.conf index ef14229..44e55a9 100644 --- a/ucm2/USB-Audio/GoXLR/GoXLR.conf +++ b/ucm2/USB-Audio/GoXLR/GoXLR.conf @@ -20,8 +20,7 @@ If.beta { Condition { Type String # alsa-lib 1.2.14+ (Syntax 8) is required to support this! - # String1 "${sys-card:[type=hex,pos=0x9c]device/../descriptors}" - String1 "" + String1 "${sys-card:[type=hex,pos=0x9c]device/../descriptors}" String2 "19" # 0x19 == 25 } True.Define { diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index 3722310..fe840fa 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -1,4 +1,4 @@ -Syntax 7 +Syntax 8 Define.ProfileName "" Define.MixerRemap "" -- 2.47.3