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

Commit 2330b699 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 59e6754f 8c295b2b
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 */