]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
DAISY-I2S: added back PCM devices
authorJaroslav Kysela <perex@perex.cz>
Thu, 23 Jan 2020 18:56:19 +0000 (19:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Feb 2020 02:16:05 +0000 (03:16 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/DAISY-I2S/HiFi.conf

index 02292f2f22e494573a997bdd20fa979e8da2eea9..877f6ff02937b13991a17b1020a16b3e21bcf72d 100644 (file)
@@ -27,6 +27,11 @@ SectionDevice."Headphones" {
                cset "name='Left Speaker Mixer Left DAC1 Switch' on"
                cset "name='Right Speaker Mixer Right DAC1 Switch' on"
        ]
+
+       Value {
+               PlaybackPriority 100
+               PlaybackPCM "hw:${CardId}"
+       }
 }
 
 SectionDevice."Mic" {
@@ -43,4 +48,9 @@ SectionDevice."Mic" {
                cset "name='DMIC1 Left Capture Switch' on"
                cset "name='DMIC1 Right Capture Switch' on"
        ]
+
+       Value {
+               CapturePriority 100
+               CapturePCM "hw:${CardId}"
+       }
 }