diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-10 23:03:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-10 23:03:37 -0700 |
| commit | d575147a75cbf9556dfb9fc8e837d625885fc1a0 (patch) | |
| tree | 489d361522f55297f35dd73f510408bb387815a1 /include/uapi | |
| parent | 4cb291c99a103e4db4ab9d5c4f95f30427cc374d (diff) | |
| parent | 87cac622d88b38cb6ced76930155958491f51340 (diff) | |
Merge "ASoC: msm: enhance ADSP Stream Callback"
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_audio.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_audio.h b/include/uapi/linux/msm_audio.h index 36b66c7cde76..f306949eb5e6 100644 --- a/include/uapi/linux/msm_audio.h +++ b/include/uapi/linux/msm_audio.h @@ -460,4 +460,14 @@ struct msm_hwacc_effects_config { __s32 topology; }; +#define ADSP_STREAM_PP_EVENT 0 +#define ADSP_STREAM_ENCDEC_EVENT 1 +#define ADSP_STREAM_EVENT_MAX 2 + +struct msm_adsp_event_data { + __u32 event_type; + __u32 payload_len; + __u8 payload[0]; +}; + #endif |
