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

Commit ad97f28e authored by Kunlei Zhang's avatar Kunlei Zhang
Browse files

ASoC: shima: Resolve tmic mute during amic voice call



Change shima master port params to resolve tmic
mute during amic voice call.

Change-Id: I35cf71fe40896ad2887060f6734a7948438e5a66
Signed-off-by: default avatarKunlei Zhang <kunleiz@codeaurora.org>
parent 111a7ea8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
 */

#ifndef _LAHAINA_PORT_CONFIG
@@ -64,7 +64,7 @@ static struct port_params tx_frame_params_default[SWR_MSTR_PORT_LEN] = {
/* TX UC1: TX1: 1ch, TX2: 2chs, TX3: 1ch(MBHC) */
static struct port_params tx_frame_params_shima[SWR_MSTR_PORT_LEN] = {
	{3,  0,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 1, 0x00, 0x00}, /* TX1 */
	{3,  2,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
	{7,  5,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX2 */
	{7,  2,  0,  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* TX3 */
};