adl/sof-nau8825/kano: add echo reference
parent
ae15c23874
commit
2ff1339c6e
|
@ -60,6 +60,7 @@ SectionDevice."Speaker" {
|
|||
Value {
|
||||
PlaybackPriority 100
|
||||
PlaybackPCM "hw:${CardId},0"
|
||||
EchoReferenceDev "Echo Reference"
|
||||
DspName "speaker_eq"
|
||||
}
|
||||
EnableSequence [
|
||||
|
@ -95,6 +96,12 @@ SectionDevice."Headphones" {
|
|||
]
|
||||
}
|
||||
|
||||
SectionDevice."Echo Reference" {
|
||||
Value {
|
||||
CapturePCM "hw:${CardId},0"
|
||||
}
|
||||
}
|
||||
|
||||
SectionDevice."Mic" {
|
||||
Comment "Internal Microphone"
|
||||
|
||||
|
|
Loading…
Reference in New Issue