From f1334cb1d8d840c1b3215f33f825fdb78628052b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 15 Jan 2024 14:40:53 +0100 Subject: [PATCH] USB-Audio: move zedi10 block to follow USB ID sort order Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/USB-Audio.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index d830658..8a4215a 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -330,6 +330,15 @@ If.minifuse12 { True.Define.ProfileName "Arturia/Minifuse-12" } +If.zedi10 { + Condition { + Type String + Haystack "${CardComponents}" + Needle "USB22f0:0016" + } + True.Define.ProfileName "AllenAndHeath/Zedi10" +} + If.id4-0003 { Condition { Type String @@ -359,15 +368,6 @@ If.ua-volt2 { } } -If.zedi10 { - Condition { - Type String - Haystack "${CardComponents}" - Needle "USB22f0:0016" - } - True.Define.ProfileName "AllenAndHeath/Zedi10" -} - If.ssl2 { Condition { Type String -- 2.47.1