]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
SDP4430: corrections and fixes
authorJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2020 17:58:27 +0000 (18:58 +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/SDP4430/FMAnalog.conf
ucm2/SDP4430/HiFi.conf
ucm2/SDP4430/Record.conf

index da21ab1ddad22237dff629280385fdaba018e0a5..e2132d2dddbfb2c4b01fa6b0f837528be4aa77e5 100644 (file)
@@ -34,7 +34,7 @@ SectionDevice."Headset" {
 
        Value {
                CapturePriority 100
-                CapturePCM "hw:${CardId},0"
+               CapturePCM "hw:${CardId}"
        }
 }
 
index af5b8fb9428b03cefc7aa61ad0b4fa90bacb8c28..8e44a953067a16d45f6eb2c6cc6b57d6fc4a4f92 100644 (file)
@@ -49,4 +49,9 @@ SectionDevice."Headset" {
                cset "name='HS Left Playback' 0"
                 cset "name='Headset Playback Volume' 0"
        ]
+
+       Value {
+               PlaybackPriority 100
+               PlaybackPCM "hw:${CardId}"
+       }
 }
index 44e722b28f12e8c9dea8f14be4e30a6bb13fbd3e..49837e2c4ebfdb7c64d69c08692cb80710a60b9f 100644 (file)
@@ -40,6 +40,6 @@ SectionDevice."Headset" {
 
        Value {
                CapturePriority 100
-               CapturePCM "hw:${CardId},0"
+               CapturePCM "hw:${CardId}"
        }
 }