From d50e0dcea6d84740d1db54bc34260531bff7ec8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Tue, 14 Dec 2021 11:29:35 -0600 Subject: [PATCH] ucm2/Qualcomm/apq8016-sbc: Change plughw to hw to access card MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/apq8016-sbc/HDMI.conf | 2 +- ucm2/Qualcomm/apq8016-sbc/HiFi.conf | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } } -- 2.47.1