Skip to content

Commit 394ef1c

Browse files
bardliaolgirdwood
authored andcommitted
topology2: cavs-es83x6: add bt capacity
To include the BT pcm if INCLUDE_BT_OFFLOAD is set. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 1a738c9 commit 394ef1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/topology/topology2/cavs-es83x6.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<pipeline.conf>
3939
<dai.conf>
4040
<host.conf>
41+
<bt-default.conf>
4142
<dmic-default.conf>
4243
<hdmi-default.conf>
4344
<hdmi-in-default.conf>
@@ -61,6 +62,7 @@ Define {
6162
HEADSET_HW_CONFIG_NAME 'HEADSET HWCFG'
6263
HEADSET_PCM_NAME "Headset"
6364
HEADSET_PCM_ID 0
65+
INCLUDE_BT_OFFLOAD false
6466
}
6567

6668
# override defaults with platform-specific config
@@ -75,6 +77,10 @@ IncludeByKey.NUM_HDMIS {
7577
"[3-4]" "platform/intel/hdmi-generic.conf"
7678
}
7779

80+
IncludeByKey.INCLUDE_BT_OFFLOAD {
81+
"true" "platform/intel/bt-generic.conf"
82+
}
83+
7884
IncludeByKey.HEADSET_CODEC {
7985
"true" {
8086
#

0 commit comments

Comments
 (0)