aboutsummaryrefslogtreecommitdiff
path: root/ucm2/HDA-Intel/HDA-Intel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ucm2/HDA-Intel/HDA-Intel.conf')
-rw-r--r--ucm2/HDA-Intel/HDA-Intel.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/ucm2/HDA-Intel/HDA-Intel.conf b/ucm2/HDA-Intel/HDA-Intel.conf
new file mode 100644
index 0000000..109eea6
--- /dev/null
+++ b/ucm2/HDA-Intel/HDA-Intel.conf
@@ -0,0 +1,28 @@
+Syntax 3
+
+Define.Use "" # a non-empty string to use UCM configuration for HDA devices
+
+Define.AcpCardId "$${CardIdByName:acp}"
+
+If.acp {
+ Condition {
+ Type String
+ Empty "${var:AcpCardId}"
+ }
+ False.Define.Use y
+}
+
+If.use {
+ Condition {
+ Type String
+ Empty "${var:Use}"
+ }
+ False {
+ SectionUseCase."HiFi" {
+ File "HiFi.conf"
+ Comment "Play HiFi quality Music"
+ }
+
+ Include.init.File "/HDA-Intel/init.conf"
+ }
+}