Comment "USB-audio on the front of Dell Desktop"
SectionUseCase."Speaker" {
Comment "Internal Speaker"
- File "Dell-Desktop-Front-Speaker.conf"
+ File "Dell/Desktop-Front-Speaker.conf"
}
SectionUseCase."Headset" {
Comment "Front Headset"
- File "Dell-Desktop-Front-Headset.conf"
+ File "Dell/Desktop-Front-Headset.conf"
}
Comment "USB-audio on the rear of Dell Desktop"
SectionUseCase."Line" {
Comment "Line Out"
- File "Dell-Desktop-Rear-Line.conf"
+ File "Dell/Desktop-Rear-Line.conf"
}
Syntax 2
Comment "USB-audio on Dell WD15 docking station"
SectionUseCase."HiFi" {
- File "Dell-WD15-Dock-HiFi.conf"
+ File "Dell/WD15-Dock-HiFi.conf"
Comment "Default"
}
Define.ProfileName ""
+If.dell-wd15 {
+ Condition {
+ Type RegexMatch
+ String "${CardComponents}"
+ Regex "USB0bda:40(14|2e)"
+ }
+ True.Define.ProfileName "Dell/WD15-Dock"
+}
+
If.dell-desktop-front {
Condition {
Type String
Haystack "${CardComponents}"
Needle "USB0bda:4c54"
}
- True.Define.ProfileName "Dell-Desktop-Front"
+ True.Define.ProfileName "Dell/Desktop-Front"
}
If.dell-desktop-rear {
Haystack "${CardComponents}"
Needle "USB0bda:4c55"
}
- True.Define.ProfileName "Dell-Desktop-Rear"
+ True.Define.ProfileName "Dell/Desktop-Rear"
}
If.inc {