diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-15 05:42:40 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-15 05:42:40 -0700 |
| commit | b41f58b18884d4bd50a7015fc4b92773759ef318 (patch) | |
| tree | 0e310149198e40fcaa5795c194619529e7246263 /include | |
| parent | 3e1f25e9559f01dcaf266c4ece9fee779af3e244 (diff) | |
| parent | 1280bf572d1c7898b2930115bf59d8ad0e9d9271 (diff) | |
Merge "ASoC: msm: Upgrade AFE TDM Driver to support 32 Channels"
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/apr_audio-v2.h | 3 | ||||
| -rw-r--r-- | include/sound/q6afe-v2.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/apr_audio-v2.h b/include/sound/apr_audio-v2.h index cd85a4a40d3a..65316c63ee90 100644 --- a/include/sound/apr_audio-v2.h +++ b/include/sound/apr_audio-v2.h @@ -132,6 +132,9 @@ struct module_instance_info { /* Begin service specific definitions and structures */ #define ADSP_ADM_VERSION 0x00070000 +#define ADSP_ASM_API_VERSION_V2 2 +#define ADSP_ADM_API_VERSION_V3 3 +#define ADSP_AFE_API_VERSION_V3 3 #define ADM_CMD_SHARED_MEM_MAP_REGIONS 0x00010322 #define ADM_CMDRSP_SHARED_MEM_MAP_REGIONS 0x00010323 diff --git a/include/sound/q6afe-v2.h b/include/sound/q6afe-v2.h index b1c3b0baf4b3..5031e62beb17 100644 --- a/include/sound/q6afe-v2.h +++ b/include/sound/q6afe-v2.h @@ -368,4 +368,5 @@ int afe_tdm_port_start(u16 port_id, struct afe_tdm_port_config *tdm_port, void afe_set_routing_callback(routing_cb); int afe_get_av_dev_drift(struct afe_param_id_dev_timing_stats *timing_stats, u16 port); +int afe_get_svc_version(uint32_t service_id); #endif /* __Q6AFE_V2_H__ */ |
