From c13c8cb51a826a50e52c3724115d56f2a98f582f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 25 Jun 2020 16:39:01 +0200 Subject: [PATCH] DB410c: move to Qualcomm/apq8016-sbc Signed-off-by: Jaroslav Kysela --- ucm2/{DB410c => Qualcomm/apq8016-sbc}/HDMI.conf | 0 ucm2/{DB410c => Qualcomm/apq8016-sbc}/HiFi.conf | 0 .../DB410c.conf => Qualcomm/apq8016-sbc/apq8016-sbc.conf} | 6 +++--- ucm2/module/snd_soc_apq8016_sbc.conf | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) rename ucm2/{DB410c => Qualcomm/apq8016-sbc}/HDMI.conf (100%) rename ucm2/{DB410c => Qualcomm/apq8016-sbc}/HiFi.conf (100%) rename ucm2/{DB410c/DB410c.conf => Qualcomm/apq8016-sbc/apq8016-sbc.conf} (55%) create mode 120000 ucm2/module/snd_soc_apq8016_sbc.conf diff --git a/ucm2/DB410c/HDMI.conf b/ucm2/Qualcomm/apq8016-sbc/HDMI.conf similarity index 100% rename from ucm2/DB410c/HDMI.conf rename to ucm2/Qualcomm/apq8016-sbc/HDMI.conf diff --git a/ucm2/DB410c/HiFi.conf b/ucm2/Qualcomm/apq8016-sbc/HiFi.conf similarity index 100% rename from ucm2/DB410c/HiFi.conf rename to ucm2/Qualcomm/apq8016-sbc/HiFi.conf diff --git a/ucm2/DB410c/DB410c.conf b/ucm2/Qualcomm/apq8016-sbc/apq8016-sbc.conf similarity index 55% rename from ucm2/DB410c/DB410c.conf rename to ucm2/Qualcomm/apq8016-sbc/apq8016-sbc.conf index 4593180..a0c37c2 100644 --- a/ucm2/DB410c/DB410c.conf +++ b/ucm2/Qualcomm/apq8016-sbc/apq8016-sbc.conf @@ -1,10 +1,10 @@ -Syntax 2 +Syntax 3 SectionUseCase."HiFi" { - File "HiFi.conf" + File "/Qualcomm/apq8016-sbc/HiFi.conf" Comment "Play HiFi quality Music" } SectionUseCase."HDMI" { - File "HDMI.conf" + File "/Qualcomm/apq8016-sbc/HDMI.conf" Comment "HDMI output" } diff --git a/ucm2/module/snd_soc_apq8016_sbc.conf b/ucm2/module/snd_soc_apq8016_sbc.conf new file mode 120000 index 0000000..c217f6f --- /dev/null +++ b/ucm2/module/snd_soc_apq8016_sbc.conf @@ -0,0 +1 @@ +../Qualcomm/apq8016-sbc/apq8016-sbc.conf \ No newline at end of file -- 2.47.1