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

Commit 2441e3cd authored by Vangala, Amarnath's avatar Vangala, Amarnath
Browse files

ASOC: update soundwire master port config for holi



Update soundwire master port config to support wcd937x slave for holi.

Change-Id: I87afe6942a52d576591bf8f6f27cc47441a356c1
Signed-off-by: default avatarVangala, Amarnath <avangala@codeaurora.org>
parent 2e4a1a63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ static struct port_params tx_frame_params_default[SWR_MSTR_PORT_LEN] = {
};

static struct port_params tx_frame_params_wcd937x[SWR_MSTR_PORT_LEN] = {
	{3,  1,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX1 */
	{3,  2,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX2 */
	{3, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX1 */
	{3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
	{3,  1,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
};