]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2/Qualcomm/apq8016-sbc: Change plughw to hw to access card
authorAníbal Limón <anibal.limon@linaro.org>
Tue, 14 Dec 2021 17:29:35 +0000 (11:29 -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/apq8016-sbc/HDMI.conf
ucm2/Qualcomm/apq8016-sbc/HiFi.conf

index 3335422f9a9069aa5dd21deb7aae3441f1aebaa4..e2316fcacba7222d7d00f3bce3ab7efde4962392 100644 (file)
@@ -12,6 +12,6 @@ SectionDevice."HDMI" {
        Comment "HDMI Digital Stereo Output"
        Value {
                PlaybackPriority 200
-               PlaybackPCM "plughw:${CardId}"
+               PlaybackPCM "hw:${CardId}"
        }
 }
index 62ddc8e1eb35adce7dc9c2d271332e55ad1d253b..a9c8b104239fc872361f4e5352f72a59182a0048 100644 (file)
@@ -23,7 +23,7 @@ SectionDevice."Speaker" {
 
        Value {
                PlaybackPriority 200
-               PlaybackPCM "plughw:${CardId},1"
+               PlaybackPCM "hw:${CardId},1"
        }
 }
 
@@ -58,7 +58,7 @@ SectionDevice."Headphones" {
 
        Value {
                PlaybackPriority 300
-               PlaybackPCM "plughw:${CardId},1"
+               PlaybackPCM "hw:${CardId},1"
        }
 }
 
@@ -72,7 +72,7 @@ SectionDevice."Earpiece" {
 
        Value {
                PlaybackPriority 100
-               PlaybackPCM "plughw:${CardId},1"
+               PlaybackPCM "hw:${CardId},1"
        }
 }
 
@@ -94,7 +94,7 @@ SectionDevice."Handset" {
 
        Value {
                CapturePriority 400
-               CapturePCM "plughw:${CardId},2"
+               CapturePCM "hw:${CardId},2"
        }
 }
 
@@ -114,7 +114,7 @@ SectionDevice."Mic1" {
 
        Value {
                CapturePriority 300
-               CapturePCM "plughw:${CardId},2"
+               CapturePCM "hw:${CardId},2"
        }
 }
 
@@ -136,7 +136,7 @@ SectionDevice."Mic2" {
 
        Value {
                CapturePriority 200
-               CapturePCM "plughw:${CardId},2"
+               CapturePCM "hw:${CardId},2"
        }
 }
 
@@ -154,6 +154,6 @@ SectionDevice."Mic3" {
 
        Value {
                CapturePriority 100
-               CapturePCM "plughw:${CardId},2"
+               CapturePCM "hw:${CardId},2"
        }
 }