From 212d01f856ab431a11a06b7fe7ed0b7a10da36a1 Mon Sep 17 00:00:00 2001 From: Laxminath Kasam Date: Wed, 14 Oct 2020 21:54:51 +0530 Subject: [PATCH] asoc: wcd937x: Update slave port config table for BCS Update slave port config table to avoid overlap of BCS channel with headset ADC2 channel. Change-Id: Ib414ac1bcbdf66fd4addc6ca22edb78a61ea7a90 Signed-off-by: Laxminath Kasam --- asoc/holi-port-config.h | 2 +- soc/swr-slave-port-config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asoc/holi-port-config.h b/asoc/holi-port-config.h index d22c4ced93d11..fb950d179414f 100644 --- a/asoc/holi-port-config.h +++ b/asoc/holi-port-config.h @@ -53,7 +53,7 @@ static struct port_params tx_frame_params_4p8MHz[SWR_MSTR_PORT_LEN] = { static struct port_params tx_frame_params_wcd937x[SWR_MSTR_PORT_LEN] = { {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 */ + {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */ }; static struct swr_mstr_port_map sm_port_map[] = { diff --git a/soc/swr-slave-port-config.h b/soc/swr-slave-port-config.h index 0794ae10f334e..7c08583c5fb24 100644 --- a/soc/swr-slave-port-config.h +++ b/soc/swr-slave-port-config.h @@ -27,7 +27,7 @@ static struct port_params tx_dummy[SWR_MSTR_PORT_LEN] = { static struct port_params tx_wcd_9p6MHz[SWR_MSTR_PORT_LEN] = { {3, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX1 */ {3, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */ - {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */ + {3, 2, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */ {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX4 */ }; #else