sof-hda-dsp: use more user friendly names for Dmic
Also correct the names in ConflictingDevice sections (must be device name - not comment text). Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
73f6156806
commit
3eddbc0031
1 changed files with 6 additions and 7 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue