Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/187
Signed-off-by: Christophe Henry <contact@c-henry.fr>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
--- /dev/null
+SectionDevice."Line1" {
+ Comment "Line out 1"
+
+ Value {
+ PlaybackPriority 200
+ PlaybackPCM "hw:${CardId},0"
+ }
+}
+
+SectionDevice."Line2" {
+ Comment "Line out 2"
+
+ Value {
+ PlaybackPriority 100
+ PlaybackPCM "hw:${CardId},1"
+ }
+}
+
+SectionDevice."Mic1" {
+ Comment "Input 1"
+
+ Value {
+ CapturePriority 300
+ CapturePCM "hw:${CardId},0"
+ }
+}
+
+SectionDevice."Mic2" {
+ Comment "Input 2"
+
+ Value {
+ CapturePriority 200
+ CapturePCM "hw:${CardId},1"
+ }
+}
+
+SectionDevice."Mic3" {
+ Comment "Mic"
+
+ Value {
+ CapturePriority 100
+ CapturePCM "hw:${CardId},2"
+ CaptureChannels 1
+ }
+}
--- /dev/null
+Comment "Rane SL-1"
+
+SectionUseCase."HiFi" {
+ Comment "Default Alsa Profile"
+ File "/USB-Audio/Rane/SL-1-HiFi.conf"
+}
True.Define.ProfileName "Behringer/Flow8-Recording"
}
+If.Rane-SL-1 {
+ Condition {
+ Type String
+ Haystack "${CardComponents}"
+ Needle "USB13e5:0001"
+ }
+ True.Define.ProfileName "Rane/SL-1"
+}
+
If.lenovo-p620-rear {
Condition {
Type String