Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+++ /dev/null
-../module/lib/linked.conf
\ No newline at end of file
-Syntax 3
Comment "Gigabyte Aorus Integrated Audio"
SectionUseCase."HiFi" {
- File "Gigabyte-Aorus-Master-Main-Audio-HiFi.conf"
+ File "Gigabyte/Aorus-Master-Main-Audio-HiFi.conf"
Comment "Default Alsa Profile"
}
Define.ProfileName ""
+If.linked {
+ Condition {
+ Type RegexMatch
+ String "${CardComponents}"
+ # Aorus Master Front Headphone 0414:a000
+ Regex "USB0414:a000"
+ }
+ True.Define.ProfileName "../common/linked"
+}
+
+If.gigabyte-aorus-main {
+ Condition {
+ Type String
+ Haystack "${CardComponents}"
+ Needle "USB0414:a001"
+ }
+ True.Define.ProfileName "Gigabyte/Aorus-Master-Main-Audio"
+}
+
If.dell-wd15 {
Condition {
Type RegexMatch
--- /dev/null
+ValueDefaults {
+ Linked 1
+}