Skip to content

Commit

Permalink
topology2: intel: bt-ssp-config: use cardinal clock as source
Browse files Browse the repository at this point in the history
All existing SSP-based topologies use the audio cardinal clock,
*EXCEPT* Bluetooth related ones. This doesn't make much sense, let's
use the same clock source for all SSPs.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart authored and kv2019i committed Sep 20, 2023
1 parent 1479462 commit 0912756
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Object.Dai.SSP [
tx_slots 1
rx_slots 1
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
Object.Base.hw_config.2 {
Expand All @@ -41,7 +41,7 @@ Object.Dai.SSP [
tx_slots 1
rx_slots 1
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
Object.Base.hw_config.3 {
Expand All @@ -58,7 +58,7 @@ Object.Dai.SSP [
tx_slots 3
rx_slots 3
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions tools/topology/topology2/platform/intel/bt-ssp-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Object.Dai.SSP [
tx_slots 1
rx_slots 1
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
Object.Base.hw_config.2 {
Expand All @@ -40,7 +40,7 @@ Object.Dai.SSP [
tx_slots 1
rx_slots 1
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
Object.Base.hw_config.3 {
Expand All @@ -57,7 +57,7 @@ Object.Dai.SSP [
tx_slots 3
rx_slots 0
Object.Base.link_config.1 {
clock_source 0
clock_source 1
}
}
}
Expand Down

0 comments on commit 0912756

Please sign in to comment.