]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: use more user friendly names for Dmic
authorJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 17:07:10 +0000 (18:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 17:07:14 +0000 (18:07 +0100)
Also correct the names in ConflictingDevice sections
(must be device name - not comment text).

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/sof-hda-dsp/HiFi.conf

index 9d46b9eb80bb04eafafb45dd081ebda0d424335a..4ca447dd1e98484be4487d35f079eb651a2bb45f 100644 (file)
@@ -1,7 +1,6 @@
 # Use case Configuration for sof-hda-dsp
 
 SectionVerb {
-
        EnableSequence [
                cdev "hw:sofhdadsp"
                cset "name='Master Playback Switch' on"
@@ -60,11 +59,11 @@ SectionDevice."Speaker" {
        }
 }
 
-SectionDevice."Headset" {
-       Comment "Headset Mic"
+SectionDevice."HeadsetMic" {
+       Comment "Headset Microphone"
 
        ConflictingDevice [
-               "DMIC Stereo"
+               "DigitalMic"
        ]
 
        EnableSequence [
@@ -84,11 +83,11 @@ SectionDevice."Headset" {
        }
 }
 
-SectionDevice."Dmic" {
-       Comment "DMIC Stereo"
+SectionDevice."DigitalMic" {
+       Comment "Digital Microphone"
 
        ConflictingDevice [
-               "Headset Mic"
+               "HeadsetMic"
        ]
 
        EnableSequence [