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

Commit a999a7c1 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: lahaina: Update soundwire configuration for audio capture



Update the sample interval of soundwire frame shape for quad mic
audio capture usecase.

Change-Id: Id45bc442eac982137d0a4e039925834e6bf42b61
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 18b86a53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static struct port_params rx_frame_params_dsd[SWR_MSTR_PORT_LEN] = {

/* TX UC1: TX1: 1ch, TX2: 2chs, TX3: 1ch(MBHC) */
static struct port_params tx_frame_params_default[SWR_MSTR_PORT_LEN] = {
	{3,  1,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0},  /* TX1 */
	{7,  1,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0},  /* TX1 */
	{3,  2,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0},  /* TX2 */
	{3,  1,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0},  /* TX3 */
};