]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2/Qualcomm/apq8096: Change plughw to hw to access card
authorAníbal Limón <anibal.limon@linaro.org>
Tue, 14 Dec 2021 17:35:45 +0000 (11:35 -0600)
committerJaroslav Kysela <perex@perex.cz>
Fri, 17 Dec 2021 16:51:32 +0000 (17:51 +0100)
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/apq8096/HDMI.conf
ucm2/Qualcomm/apq8096/HiFi.conf

index 5bdf07eac5c9f5f6a57dbff025b42e81d47496fe..e9967e0eb020027069028290a142a116928572f7 100644 (file)
@@ -28,6 +28,6 @@ SectionDevice."HDMI" {
 
        Value {
                PlaybackPriority 200
-               PlaybackPCM "plughw:${CardId}"
+               PlaybackPCM "hw:${CardId}"
        }
 }
index 89280d72450c59a44d674b9dde37c0ad6facc0c9..c60062e150cf91a5afef8765d21409ac9d370655 100644 (file)
@@ -68,7 +68,7 @@ SectionDevice."Headphones" {
 
        Value {
                PlaybackPriority 100
-               PlaybackPCM "plughw:${CardId},1"
+               PlaybackPCM "hw:${CardId},1"
        }
 }
 
@@ -94,7 +94,7 @@ SectionDevice."Headset" {
 
        Value {
                CapturePriority 100
-               CapturePCM "plughw:${CardId},2"
+               CapturePCM "hw:${CardId},2"
                CaptureChannels 1
        }
 }