]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
PAZ00: corrections and fixes
authorJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2020 17:52:18 +0000 (18:52 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Feb 2020 12:17:24 +0000 (13:17 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/PAZ00/HiFi.conf
ucm2/PAZ00/Record.conf

index 6e30cbef4222a69b89d8e3e19d34f6eba61d37ee..7f5de05946e77fb538dd52a7038bfbc2f97a4d7e 100644 (file)
@@ -32,4 +32,8 @@ SectionDevice."Headset" {
         # Internal speaker
         cset "name='Int Spk Switch' on"
     ]
+    Value {
+       PlaybackPriority 100
+       PlaybackPCM "hw:${CardId}"
+    }
 }
index 3cb57b2f47a8a796a6198ed3166a9bdd62626aae..20dbac42c325c7f689201b967dcbfa00b9ad3f81 100644 (file)
@@ -52,4 +52,8 @@ SectionDevice."Headset" {
         # Internal mic
         cset "name='DMIC En Capture Switch' on"
     ]
+    Value {
+       CapturePriority 100
+       CapturePCM "hw:${CardId}"
+    }
 }