From 2f944b774e6c47fb4f80c1a6f35485a4d43128ad Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 31 Oct 2019 17:36:57 +0100 Subject: [PATCH] sof-hda-dsp: fix the capture device names (use sofhdadsp) Signed-off-by: Jaroslav Kysela --- ucm/sof-hda-dsp/HiFi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm/sof-hda-dsp/HiFi.conf b/ucm/sof-hda-dsp/HiFi.conf index be38477..9d46b9e 100644 --- a/ucm/sof-hda-dsp/HiFi.conf +++ b/ucm/sof-hda-dsp/HiFi.conf @@ -76,7 +76,7 @@ SectionDevice."Headset" { ] Value { - CapturePCM "hw:0,0" + CapturePCM "hw:sofhdadsp,0" CaptureVolume "Capture" CaptureSwitch "Capture Switch" CaptureChannels "2" @@ -100,7 +100,7 @@ SectionDevice."Dmic" { ] Value { - CapturePCM "hw:0,6" + CapturePCM "hw:sofhdadsp,6" CaptureVolume "Dmic0 Capture Volume" CaptureSwitch "Dmic0 Capture Switch" CaptureChannels "2" -- 2.47.1