mirror of https://github.com/thesofproject/sof.git
topology2: intel: bt-ssp-config: use cardinal clock as source
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>
This commit is contained in:
parent
1479462824
commit
0912756595
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -58,7 +58,7 @@ Object.Dai.SSP [
|
|||
tx_slots 3
|
||||
rx_slots 3
|
||||
Object.Base.link_config.1 {
|
||||
clock_source 0
|
||||
clock_source 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -57,7 +57,7 @@ Object.Dai.SSP [
|
|||
tx_slots 3
|
||||
rx_slots 0
|
||||
Object.Base.link_config.1 {
|
||||
clock_source 0
|
||||
clock_source 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue