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
2 changes: 1 addition & 1 deletion tools/topology/topology2/platform/intel/bt-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Object.Pipeline {
{
index $BT_PB_HOST_PIPELINE_ID
Object.Widget.pipeline.1 {
stream_name "dai-copier.SSP.$BT_NAME.playback"
stream_name "dai-copier.SSP.$BT_NAME.playback"
}
Object.Widget.host-copier.1 {
stream_name $BT_PB_PCM_CAPS
Expand Down
6 changes: 6 additions & 0 deletions tools/topology/topology2/platform/intel/bt-ssp-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Object.Dai.SSP [
tdm_slots 1
tx_slots 1
rx_slots 1
# link_config ignored for <ACE1.5, must be compatible
# with BT_MCLK
Object.Base.link_config.1 {
clock_source 1
}
Expand All @@ -39,6 +41,8 @@ Object.Dai.SSP [
tdm_slots 1
tx_slots 1
rx_slots 1
# link_config ignored for <ACE1.5, must be compatible
# with BT_MCLK
Object.Base.link_config.1 {
clock_source 1
}
Expand All @@ -56,6 +60,8 @@ Object.Dai.SSP [
tdm_slots 2
tx_slots 3
rx_slots 0
# link_config ignored for <ACE1.5, must be compatible
# with BT_MCLK
Object.Base.link_config.1 {
clock_source 1
}
Expand Down
3 changes: 3 additions & 0 deletions tools/topology/topology2/platform/intel/lnl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Define {
DMIC_DRIVER_VERSION 4
SSP_BLOB_VERSION 0x105
NUM_HDMIS 3

# matches with clock_source=1 (Audio Cardinal Clock)
BT_MCLK 24576000
}
3 changes: 3 additions & 0 deletions tools/topology/topology2/platform/intel/mtl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Define {
DMIC_DRIVER_VERSION 3
SSP_BLOB_VERSION 0x105
NUM_HDMIS 3

# matches with clock_source=1 (Audio Cardinal Clock)
BT_MCLK 24576000
}
3 changes: 3 additions & 0 deletions tools/topology/topology2/platform/intel/ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Define {
DMIC_DRIVER_VERSION 5
SSP_BLOB_VERSION 0x300
NUM_HDMIS 3

# matches with clock_source=1 (Audio Cardinal Clock)
BT_MCLK 24576000
}
Loading