]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: fix the capture device names (use sofhdadsp)
authorJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 16:36:57 +0000 (17:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 17:00:40 +0000 (18:00 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/sof-hda-dsp/HiFi.conf

index be38477c6ad9e58fb9ec194029aec454b7e38c96..9d46b9eb80bb04eafafb45dd081ebda0d424335a 100644 (file)
@@ -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"