Skip to content

Commit

Permalink
topology2: cavs-rt5682: override BT playback pipeline id
Browse files Browse the repository at this point in the history
Override the default PIPELINE_ID for BT_PB.

Signed-off-by: Yong Zhi <[email protected]>
  • Loading branch information
yongzhi1 authored and lgirdwood committed Feb 20, 2023
1 parent 17fbf7d commit 7fdc623
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/topology/topology2/cavs-rt5682.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

Define {
MCLK 24576000
NUM_DMICS 0
# override DMIC default definitions
NUM_DMICS 0
DMIC0_ID 1
Expand Down Expand Up @@ -84,6 +83,12 @@ Define {
ECHO_REF_HOST_PIPELINE_SINK 'copier.host.7.1'
ECHO_REF_DAI_PIPELINE_SRC 'copier.SSP.8.1'
ECHO_REF_COPIER_MODULE 'copier.module.8.2'
# override BT default definitions
BT_PB_HOST_PIPELINE_ID 9
BT_PB_DAI_PIPELINE_ID 10
BT_PB_HOST_PIPELINE_SINK "copier.SSP.10.1"
BT_PB_DAI_PIPELINE_SRC "copier.host.9.1"
BT_PB_PIPELINE_STREAM_NAME "copier.SSP.10.1"
}

# override defaults with platform-specific config
Expand Down

0 comments on commit 7fdc623

Please sign in to comment.