summaryrefslogtreecommitdiff
path: root/include/sound/q6core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/q6core.h')
-rw-r--r--include/sound/q6core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/q6core.h b/include/sound/q6core.h
index f4e048d0aa6f..773fc45a6734 100644
--- a/include/sound/q6core.h
+++ b/include/sound/q6core.h
@@ -185,13 +185,17 @@ struct avcs_cmd_get_version_result {
#define AVCS_CMDRSP_Q6_ID_2_6 0x00040000
#define AVCS_CMDRSP_Q6_ID_2_7 0x00040001
#define AVCS_CMDRSP_Q6_ID_2_8 0x00040002
+#define AVCS_CMDRSP_Q6_ID_2_9 0x00040003
enum q6_subsys_image {
Q6_SUBSYS_AVS2_6 = 1,
Q6_SUBSYS_AVS2_7,
Q6_SUBSYS_AVS2_8,
+ Q6_SUBSYS_AVS2_9,
Q6_SUBSYS_INVALID,
};
+
enum q6_subsys_image q6core_get_avs_version(void);
+
int core_get_adsp_ver(void);
#endif /* __Q6CORE_H__ */