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