Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Class.Pipeline."wov-detect" {
out_rate 16000
in_channels 2
out_channels 1
in_ch_map CHANNEL_MAP_STEREO
in_ch_map $CHANNEL_MAP_STEREO
in_ch_cfg 1
out_ch_map CHANNEL_MAP_MONO
out_ch_map $CHANNEL_MAP_MONO
out_ch_cfg 0
out_bit_depth 32
in_bit_depth 32
Expand All @@ -87,7 +87,7 @@ Class.Pipeline."wov-detect" {
in_channels 1
out_channels 1
in_ch_cfg 0
in_ch_map CHANNEL_MAP_MONO
in_ch_map $CHANNEL_MAP_MONO
out_bit_depth 32
in_bit_depth 32
in_valid_bit_depth 32
Expand Down
6 changes: 4 additions & 2 deletions tools/topology/topology2/platform/intel/dmic-wov.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Object.Pipeline {
}
}
}
]

dai-kpb-be.12 {
dai-kpb-be [
{
direction "capture"
format $FORMAT
rate 16000
Expand Down Expand Up @@ -108,7 +110,7 @@ Object.Pipeline {
]
}

Object.Base.route [ {
Object.Base.route [
{
source $DMIC_WOV_DAI_PIPELINE_KPB
sink $DMIC1_HOST_PIPELINE_SINK
Expand Down