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

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

Merge "Asoc: check for invalid voice session id"

parents 2ffb30af 28a5f166
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2876,6 +2876,11 @@ static void msm_pcm_routing_process_voice(u16 reg, u16 val, int set)
	session_id = msm_pcm_routing_get_voc_sessionid(val);
	if (!session_id) {
		pr_err("%s: Invalid session_id %x\n", __func__, session_id);
		return;
	}
	pr_debug("%s: FE DAI 0x%x session_id 0x%x\n",
		__func__, val, session_id);