Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 460126fc authored by Mahesh Kumar Sharma's avatar Mahesh Kumar Sharma Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: SCO port assignment in Kona



On Kona, FM has separate chip and as a result machine driver
removed port entries for FM. BT slimbus slave driver needs to
configure BT ports first in order to proper ports assignment.

Change-Id: Idf5c284a476b1b27d333f52739bd54353fe80377
Signed-off-by: default avatarMahesh kumar sharma <smahesh@codeaurora.org>
parent 6d8164b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ struct btfmslim_ch slave_rxport[] = {
};

struct btfmslim_ch slave_txport[] = {
	{.id = BTFM_BT_SCO_SLIM_TX, .name = "SCO_Tx",
	.port = SLAVE_SB_PGD_PORT_TX_SCO},
	{.id = BTFM_FM_SLIM_TX, .name = "FM_Tx1",
	.port = SLAVE_SB_PGD_PORT_TX1_FM},
	{.id = BTFM_FM_SLIM_TX, .name = "FM_Tx2",
	.port = SLAVE_SB_PGD_PORT_TX2_FM},
	{.id = BTFM_BT_SCO_SLIM_TX, .name = "SCO_Tx",
	.port = SLAVE_SB_PGD_PORT_TX_SCO},
	{.id = BTFM_SLIM_NUM_CODEC_DAIS, .name = "",
	.port = BTFM_SLIM_PGD_PORT_LAST},
};