summaryrefslogtreecommitdiff
path: root/include/linux/qdsp6v2/apr.h
diff options
context:
space:
mode:
authorVenkata Narendra Kumar Gutta <vgutta@codeaurora.org>2015-12-21 17:06:48 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:16:01 -0700
commit0e1466b439040e0a89b1be0866af720d984462ef (patch)
tree161763930677a2f5912b5d3069f52978c5664445 /include/linux/qdsp6v2/apr.h
parent5a1a6cdec7e3cfa8124fe0ed3582717869015fb2 (diff)
ASoC: msm: qdsp6v2: Don't request to open irrelevant SMD channels
APSS is unable to open apr_voice_svc channel with destination processor as MODEM. This is due to MODEM is no longer opening that channel, also none of the clients on apps are using this channel. Hence, don't request for the SMD channels when the destination is MODEM, but ensure that apr clients should be able to receive SSR notifications from MODEM subsystem. Change-Id: I566dd065ccd75956ab8fd594bb94e09b699258dd Signed-off-by: Venkata Narendra Kumar Gutta <vgutta@codeaurora.org>
Diffstat (limited to 'include/linux/qdsp6v2/apr.h')
-rw-r--r--include/linux/qdsp6v2/apr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/qdsp6v2/apr.h b/include/linux/qdsp6v2/apr.h
index f73f2e1eb5b3..a69f0392bb70 100644
--- a/include/linux/qdsp6v2/apr.h
+++ b/include/linux/qdsp6v2/apr.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2015, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -174,6 +174,5 @@ enum apr_subsys_state apr_get_q6_state(void);
int apr_set_q6_state(enum apr_subsys_state state);
void apr_set_subsys_state(void);
const char *apr_get_lpass_subsys_name(void);
-bool apr_register_voice_svc(void);
uint16_t apr_get_reset_domain(uint16_t proc);
#endif