From: Jaroslav Kysela Date: Tue, 4 Feb 2020 17:52:18 +0000 (+0100) Subject: PAZ00: corrections and fixes X-Git-Tag: v1.2.2~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c546a3466d0d801b3d5a8fb6c2cd840a068e72f2;p=alsa-ucm-conf.git PAZ00: corrections and fixes Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/PAZ00/HiFi.conf b/ucm2/PAZ00/HiFi.conf index 6e30cbe..7f5de05 100644 --- a/ucm2/PAZ00/HiFi.conf +++ b/ucm2/PAZ00/HiFi.conf @@ -32,4 +32,8 @@ SectionDevice."Headset" { # Internal speaker cset "name='Int Spk Switch' on" ] + Value { + PlaybackPriority 100 + PlaybackPCM "hw:${CardId}" + } } diff --git a/ucm2/PAZ00/Record.conf b/ucm2/PAZ00/Record.conf index 3cb57b2..20dbac4 100644 --- a/ucm2/PAZ00/Record.conf +++ b/ucm2/PAZ00/Record.conf @@ -52,4 +52,8 @@ SectionDevice."Headset" { # Internal mic cset "name='DMIC En Capture Switch' on" ] + Value { + CapturePriority 100 + CapturePCM "hw:${CardId}" + } }