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

Commit 563880de authored by Srikanth Uyyala's avatar Srikanth Uyyala
Browse files

ASoC: msm: qdsp6v2: support for tertiary_mi2s_tx



AFE_PORT_ID for tertiary_mi2s_tx is missing in afe driver
this is resulting failure while pushing adm cal data associated
to this port. This change add this port in valid port list.

Change-Id: Icefc778be7f89b7925e0951ce76bf74fb0c52e9d
Signed-off-by: default avatarSrikanth Uyyala <suyyala@codeaurora.org>
parent 62ff74ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3175,6 +3175,7 @@ int afe_validate_port(u16 port_id)
	case AFE_PORT_ID_PRIMARY_MI2S_TX:
	case AFE_PORT_ID_QUATERNARY_MI2S_RX:
	case AFE_PORT_ID_QUATERNARY_MI2S_TX:
	case AFE_PORT_ID_TERTIARY_MI2S_TX:
	{
		ret = 0;
		break;