From: Eero Nurkkala <eero.nurkkala@xxxxxxxxxx> Originally VSM and VPM were always taking the APR_CLIENT_VOICE path: .. } else if (!strcmp(svc_name, "VSM")) { client_id = APR_CLIENT_VOICE; svc_idx = 0; svc_id = APR_SVC_VSM; } else if (!strcmp(svc_name, "VPM")) { client_id = APR_CLIENT_VOICE; svc_idx = 1; svc_id = APR_SVC_VPM; .. Thus, it's not possible they appear from QDSP6 under the APR_DOMAIN_ADSP. Signed-off-by: Eero Nurkkala <eero.nurkkala@xxxxxxxxxx> --- arch/arm/mach-msm/qdsp6v2/apr.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-msm/qdsp6v2/apr.c b/arch/arm/mach-msm/qdsp6v2/apr.c index 72a577d..6651189 100644 --- a/arch/arm/mach-msm/qdsp6v2/apr.c +++ b/arch/arm/mach-msm/qdsp6v2/apr.c @@ -161,7 +161,6 @@ static void apr_cb_func(void *buf, int len, void *priv) } else if (hdr->src_domain == APR_DOMAIN_ADSP) { src = APR_DEST_QDSP6; if (svc == APR_SVC_AFE || svc == APR_SVC_ASM || - svc == APR_SVC_VSM || svc == APR_SVC_VPM || svc == APR_SVC_ADM || svc == APR_SVC_ADSP_CORE || svc == APR_SVC_TEST_CLIENT || svc == APR_SVC_ADSP_MVM || svc == APR_SVC_ADSP_CVS || svc == APR_SVC_ADSP_CVP) -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html