From f7a898eda746bd302c5308075b462526c3d1512b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 22 Nov 2021 18:56:49 +0100 Subject: [PATCH] sof-hda-dsp: move to /Intel/sof-hda-dsp, update conf.d Signed-off-by: Jaroslav Kysela --- ucm2/{ => Intel}/sof-hda-dsp/Hdmi.conf | 0 ucm2/{ => Intel}/sof-hda-dsp/HiFi.conf | 0 ucm2/{ => Intel}/sof-hda-dsp/sof-hda-dsp.conf | 2 +- ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf | 1 + ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf | 1 + ucm2/conf.d/sof-skl_hda_card | 1 + 6 files changed, 4 insertions(+), 1 deletion(-) rename ucm2/{ => Intel}/sof-hda-dsp/Hdmi.conf (100%) rename ucm2/{ => Intel}/sof-hda-dsp/HiFi.conf (100%) rename ucm2/{ => Intel}/sof-hda-dsp/sof-hda-dsp.conf (97%) create mode 120000 ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf create mode 120000 ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf create mode 120000 ucm2/conf.d/sof-skl_hda_card diff --git a/ucm2/sof-hda-dsp/Hdmi.conf b/ucm2/Intel/sof-hda-dsp/Hdmi.conf similarity index 100% rename from ucm2/sof-hda-dsp/Hdmi.conf rename to ucm2/Intel/sof-hda-dsp/Hdmi.conf diff --git a/ucm2/sof-hda-dsp/HiFi.conf b/ucm2/Intel/sof-hda-dsp/HiFi.conf similarity index 100% rename from ucm2/sof-hda-dsp/HiFi.conf rename to ucm2/Intel/sof-hda-dsp/HiFi.conf diff --git a/ucm2/sof-hda-dsp/sof-hda-dsp.conf b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf similarity index 97% rename from ucm2/sof-hda-dsp/sof-hda-dsp.conf rename to ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf index 4c222fa..b47777b 100644 --- a/ucm2/sof-hda-dsp/sof-hda-dsp.conf +++ b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf @@ -14,7 +14,7 @@ If.dmic { } SectionUseCase."HiFi" { - File "HiFi.conf" + File "/Intel/sof-hda-dsp/HiFi.conf" Comment "Play HiFi quality Music" } diff --git a/ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf b/ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf new file mode 120000 index 0000000..5ba86cb --- /dev/null +++ b/ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf @@ -0,0 +1 @@ +../../Intel/sof-hda-dsp/sof-hda-dsp.conf \ No newline at end of file diff --git a/ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf b/ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf new file mode 120000 index 0000000..5ba86cb --- /dev/null +++ b/ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf @@ -0,0 +1 @@ +../../Intel/sof-hda-dsp/sof-hda-dsp.conf \ No newline at end of file diff --git a/ucm2/conf.d/sof-skl_hda_card b/ucm2/conf.d/sof-skl_hda_card new file mode 120000 index 0000000..6f0f5a6 --- /dev/null +++ b/ucm2/conf.d/sof-skl_hda_card @@ -0,0 +1 @@ +sof-hda-dsp \ No newline at end of file -- 2.47.1