summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-06-13 16:34:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-13 16:34:53 -0700
commitc658076e45e091386d5c931ae1de0e776509c88e (patch)
tree2a08f9212a664501b0819974c9fda4f4c91577bd /include
parentf328b4d28d25e602ef5ea36be8a355af9d895964 (diff)
parentb1d850962510f4090a354abe7071de996f4fbe39 (diff)
Merge "ASoC: msm: Add support for AVS version check"
Diffstat (limited to 'include')
-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__ */