ASoc: msm: qdsp6: Enable ADM calibration

This pushes ADM calibration to the Q6

Signed-off-by: Ben Romberger <bromberg@codeaurora.org>
diff --git a/sound/soc/msm/qdsp6/q6adm.c b/sound/soc/msm/qdsp6/q6adm.c
index 61a7c09..7d17de8 100644
--- a/sound/soc/msm/qdsp6/q6adm.c
+++ b/sound/soc/msm/qdsp6/q6adm.c
@@ -263,6 +263,8 @@
 		ret = -EINVAL;
 	}
 
+	/* have to convert path to dev ctrl standard */
+	send_adm_cal(port_id, (route.path + 1));
 fail_cmd:
 	return ret;
 }