From: Jaroslav Kysela Date: Thu, 31 Oct 2019 16:36:57 +0000 (+0100) Subject: sof-hda-dsp: fix the capture device names (use sofhdadsp) X-Git-Tag: v1.2.1~25 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2f944b774e6c47fb4f80c1a6f35485a4d43128ad;p=alsa-ucm-conf.git sof-hda-dsp: fix the capture device names (use sofhdadsp) Signed-off-by: Jaroslav Kysela --- 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"