From: Aníbal Limón Date: Tue, 14 Dec 2021 17:29:35 +0000 (-0600) Subject: ucm2/Qualcomm/apq8016-sbc: Change plughw to hw to access card X-Git-Tag: v1.2.6.3~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d50e0dcea6d84740d1db54bc34260531bff7ec8a;p=alsa-ucm-conf.git ucm2/Qualcomm/apq8016-sbc: Change plughw to hw to access card Signed-off-by: Aníbal Limón Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Qualcomm/apq8016-sbc/HDMI.conf b/ucm2/Qualcomm/apq8016-sbc/HDMI.conf index 3335422..e2316fc 100644 --- a/ucm2/Qualcomm/apq8016-sbc/HDMI.conf +++ b/ucm2/Qualcomm/apq8016-sbc/HDMI.conf @@ -12,6 +12,6 @@ SectionDevice."HDMI" { Comment "HDMI Digital Stereo Output" Value { PlaybackPriority 200 - PlaybackPCM "plughw:${CardId}" + PlaybackPCM "hw:${CardId}" } } diff --git a/ucm2/Qualcomm/apq8016-sbc/HiFi.conf b/ucm2/Qualcomm/apq8016-sbc/HiFi.conf index 62ddc8e..a9c8b10 100644 --- a/ucm2/Qualcomm/apq8016-sbc/HiFi.conf +++ b/ucm2/Qualcomm/apq8016-sbc/HiFi.conf @@ -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" } }