msm: audio: qdsp6v2: Send session ID in RTAC APR packet

This keeps track of the Session ID's used for voice and
sends them in the APR packet for SET & GET PARAMS

Signed-off-by: Ben Romberger <bromberg@codeaurora.org>
CRs-fixed: 308117
diff --git a/arch/arm/mach-msm/qdsp6v2/q6voice.c b/arch/arm/mach-msm/qdsp6v2/q6voice.c
index c3bf9d2..27ab184 100644
--- a/arch/arm/mach-msm/qdsp6v2/q6voice.c
+++ b/arch/arm/mach-msm/qdsp6v2/q6voice.c
@@ -1423,7 +1423,8 @@
 		voice_send_netid_timing_cmd(v);
 
 	rtac_add_voice(v->cvs_handle, v->cvp_handle,
-		v->dev_rx.dev_port_id, v->dev_tx.dev_port_id);
+		v->dev_rx.dev_port_id, v->dev_tx.dev_port_id,
+		v->session_id);
 
 	return 0;
 fail:
@@ -1718,7 +1719,8 @@
 		voice_send_netid_timing_cmd(v);
 
 	rtac_add_voice(v->cvs_handle, v->cvp_handle,
-		v->dev_rx.dev_port_id, v->dev_tx.dev_port_id);
+		v->dev_rx.dev_port_id, v->dev_tx.dev_port_id,
+		v->session_id);
 
 	return 0;
 fail: