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

Commit 8c295b2b authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati
Browse files

ASoC: msm: Correct the EC reference RX port id for 0x1001



The EC reference RX port id that is being used for
PRIMARY_MI2S_TX is not correct and is set to 0 currently.
Set this to proper RX port id of 0x1000.

Change-Id: Id7a88076f06816adcb50e9cee0b83da10393883f
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 418eecbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1429,7 +1429,7 @@ static int msm_routing_ec_ref_rx_put(struct snd_kcontrol *kcontrol,
		break;
	case 1:
		msm_route_ec_ref_rx = 1;
		ec_ref_port_id = PRIMARY_I2S_RX;
		ec_ref_port_id = AFE_PORT_ID_PRIMARY_MI2S_RX;
		break;
	default:
		msm_route_ec_ref_rx = 3; /* NONE */