Skip to content
Closed
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
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-es83x6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Define {
HEADSET_HW_CONFIG_NAME 'HEADSET HWCFG'
HEADSET_PCM_NAME "Headset"
HEADSET_PCM_ID 0
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-nocodec-bt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Define {
BT_CP_PCM_CAPS "SSP2 Capture"

PLATFORM "none"
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-nocodec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Define {
SSP2_PCM_CORE_ID 2
DMIC0_PCM_0_NAME "DMIC SFX1"
DMIC0_PCM_1_NAME "DMIC SFX2"
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-rt5682.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Define {
PLAYBACK_PIPELINE_SRC "volume"
SSP_SPK_FMT_24 false
SSP_HS_FMT_24 false
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-sdw-src-gain-mixin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Define {
CAPTURE_LINK_ID 1
JACK_OUT_PCM_NAME "Jack Out"
JACK_IN_PCM_NAME "Jack In"
DEFAULT_PIPELINE_PRIORITY 0
}

#
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-sdw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Define {
PASSTHROUGH false
SDW_JACK_CAPTURE_CH 2
ADD_BT false
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Define {
SSP0_PCM_NAME "Port0"
SSP1_PCM_NAME "Port1"
SSP2_PCM_NAME "Port2"
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Define {
SSP0_PCM_NAME "Port0"
SSP1_PCM_NAME "Port1"
SSP2_PCM_NAME "Port2"
DEFAULT_PIPELINE_PRIORITY 0
}

# override defaults with platform-specific config
Expand Down
4 changes: 4 additions & 0 deletions tools/topology/topology2/development/sof-plugin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<output_audio_format.conf>
<ov_noise_suppression.conf>

Define {
DEFAULT_PIPELINE_PRIORITY 0
}

Object.Pipeline.io-gateway-capture [
{
index 10
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/imx8-wm8960.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Define {
HEADSET_PLAYBACK_PCM_STREAM_NAME "Headset Playback"
HEADSET_PCM_NAME "Headset"
HEADSET_PCM_ID 0
DEFAULT_PIPELINE_PRIORITY 0
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Class.Pipeline."dai-copier-be" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Class.Pipeline."dai-copier-eqiir-module-copier-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Class.Pipeline."dai-copier-gain-mixin-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Class.Pipeline."dai-copier-gain-module-copier-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Class.Pipeline."dai-kpb-be" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Class.Pipeline."deepbuffer-playback" {
mixin."1" {}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
# enable lp mode
lp_mode 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Class.Pipeline."gain-copier-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Class.Pipeline."gain-module-copier" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Class.Pipeline."google-rtc-aec-capture" {

Object.Widget {
pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Class.Pipeline."highpass-capture-be" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Class.Pipeline."host-copier-gain-mixin-playback" {
mixin."1" {}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Class.Pipeline."host-copier-gain-src-mixin-playback" {
mixin."1" {}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Class.Pipeline."host-gateway-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Class.Pipeline."host-gateway-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Class.Pipeline."io-gateway-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Class.Pipeline."io-gateway" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Class.Pipeline."mixout-aria-gain-mixin-playback" {
mixin.1 {}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Class.Pipeline."mixout-dai-copier-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Class.Pipeline."mixout-gain-alh-dai-copier-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Class.Pipeline."mixout-gain-dai-copier-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Class.Pipeline."mixout-gain-efx-dai-copier-playback" {
}
}
pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Class.Pipeline."mixout-gain-efx-mbdrc-dai-copier-playback" {
}
}
pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Class.Pipeline."mixout-gain-eqiir-dts-dai-copier-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Class.Pipeline."mixout-gain-host-copier-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Class.Pipeline."mixout-gain-smart-amp-dai-copier-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Class.Pipeline."mixout-mixin" {
mixin.1 {}

pipeline.1 {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Class.Pipeline."src-gain-mixin-playback" {
mixin."1" { }

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Class.Pipeline."wov-detect" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Class.Pipeline."eq-iir-volume-capture" {
direction "capture"
time_domain "timer"
period 1000
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
core 0
frames 0
mips 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Class.Pipeline."gain-capture" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Class.Pipeline."gain-playback" {
}

pipeline."1" {
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
lp_mode 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Class.Pipeline."passthrough-capture" {
direction "capture"
time_domain "timer"
period 1000
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
core 0
frames 0
mips 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Class.Pipeline."volume-capture" {
direction "capture"
time_domain "timer"
period 1000
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
core 0
frames 0
mips 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Class.Pipeline."volume-demux-playback" {
direction "playback"
time_domain "timer"
period 1000
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
core 0
frames 0
mips 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Class.Pipeline."volume-playback" {
direction "playback"
time_domain "timer"
period 1000
priority 0
priority $DEFAULT_PIPELINE_PRIORITY
core 0
frames 0
mips 5000
Expand Down
Loading