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

Commit ac479df6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: routing: set/clear FE/BE route for lsm"

parents 23baae74 6d8ecddd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1989,6 +1989,10 @@ static void msm_pcm_routing_process_audio(u16 reg, u16 val, int set)
	if (!route_check_fe_id_adm_support(val)) {
		/* ignore adm open if not supported for fe_id */
		pr_debug("%s: No ADM support for fe id %d\n", __func__, val);
		if (set)
			set_bit(val, &msm_bedais[reg].fe_sessions[0]);
		else
			clear_bit(val, &msm_bedais[reg].fe_sessions[0]);
		return;
	}