From bacbfae1ab4578b8ea5771f04eea962808578620 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 22 Nov 2021 18:31:35 +0100 Subject: [PATCH] chtmax98090: move to /Intel/chtmax98090, update conf.d Signed-off-by: Jaroslav Kysela --- ucm2/{ => Intel}/chtmax98090/HiFi.conf | 0 ucm2/{ => Intel}/chtmax98090/chtmax98090.conf | 2 +- ucm2/SOF/HiFi.conf | 2 +- ucm2/conf.d/chtmax98090/chtmax98090.conf | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename ucm2/{ => Intel}/chtmax98090/HiFi.conf (100%) rename ucm2/{ => Intel}/chtmax98090/chtmax98090.conf (65%) create mode 120000 ucm2/conf.d/chtmax98090/chtmax98090.conf diff --git a/ucm2/chtmax98090/HiFi.conf b/ucm2/Intel/chtmax98090/HiFi.conf similarity index 100% rename from ucm2/chtmax98090/HiFi.conf rename to ucm2/Intel/chtmax98090/HiFi.conf diff --git a/ucm2/chtmax98090/chtmax98090.conf b/ucm2/Intel/chtmax98090/chtmax98090.conf similarity index 65% rename from ucm2/chtmax98090/chtmax98090.conf rename to ucm2/Intel/chtmax98090/chtmax98090.conf index dc51cdb..da5966e 100644 --- a/ucm2/chtmax98090/chtmax98090.conf +++ b/ucm2/Intel/chtmax98090/chtmax98090.conf @@ -1,5 +1,5 @@ Syntax 3 SectionUseCase."HiFi" { - File "HiFi.conf" + File "/Intel/chtmax98090/HiFi.conf" Comment "Play HiFi quality Music" } diff --git a/ucm2/SOF/HiFi.conf b/ucm2/SOF/HiFi.conf index 8c8cd77..ff4b875 100644 --- a/ucm2/SOF/HiFi.conf +++ b/ucm2/SOF/HiFi.conf @@ -85,7 +85,7 @@ If.bytcht_max98090 { Haystack "${CardName}" Needle "bytcht max98090" } - True.Include.main.File "/chtmax98090/HiFi.conf" + True.Include.main.File "/Intel/chtmax98090/HiFi.conf" } If.bytcht_wm5102 { diff --git a/ucm2/conf.d/chtmax98090/chtmax98090.conf b/ucm2/conf.d/chtmax98090/chtmax98090.conf new file mode 120000 index 0000000..f3d0cab --- /dev/null +++ b/ucm2/conf.d/chtmax98090/chtmax98090.conf @@ -0,0 +1 @@ +../../Intel/chtmax98090/chtmax98090.conf \ No newline at end of file -- 2.47.1