Skip to content

Commit

Permalink
topology2: cavs-rt5682: make BT offload as option
Browse files Browse the repository at this point in the history
Consider the variant projects with/without bt offload feature
so include BT_OFFLOAD pipelines as an option if needed

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
  • Loading branch information
macchian authored and lgirdwood committed Jul 10, 2023
1 parent 8937929 commit 1e6f4e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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 @@
<dmic-default.conf>
<hdmi-default.conf>
<bt-default.conf>
<bt-generic.conf>
<input_pin_binding.conf>
<output_pin_binding.conf>
<input_audio_format.conf>
Expand Down Expand Up @@ -98,6 +97,7 @@ Define {
GOOGLE_RTC_AEC_REF_SOURCE 'module-copier.8.2'
HEADSET_PCM_NAME "Headset"
SPEAKER_PCM_NAME "Speakers"
INCLUDE_BT_OFFLOAD true
}

# override defaults with platform-specific config
Expand Down Expand Up @@ -129,6 +129,10 @@ IncludeByKey.GOOGLE_RTC_AEC_SUPPORT {
"[1]" "platform/intel/google-rtc-aec-reference.conf"
}

IncludeByKey.INCLUDE_BT_OFFLOAD {
"true" "platform/intel/bt-generic.conf"
}

#
# List of all DAIs
#
Expand Down

0 comments on commit 1e6f4e0

Please sign in to comment.