diff options
| author | Siddartha Shaik <sshaik@codeaurora.org> | 2017-05-20 13:04:43 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-23 04:03:38 -0700 |
| commit | a98696f1f52d57d6ec62af68f70928b0d1be2e35 (patch) | |
| tree | 269c18e627bb7e65d517c037bf2f63c3f5e412c7 | |
| parent | 19fc81edfe5500ded5d6f8ad914b3943a91e7ea3 (diff) | |
ASoC: msm: Add IEC_61937_FMT_UPDATE event
DSP sends IEC_61937_FMT_UPDATE_EVENT event to notify
audio format change during HDMI in loopback usecase.
CRs-Fixed: 2049714
Change-Id: Ifb8565cbe7e7755b891588cd206293daa9300ce4
Signed-off-by: Siddartha Shaik <sshaik@codeaurora.org>
| -rw-r--r-- | include/uapi/linux/msm_audio.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/uapi/linux/msm_audio.h b/include/uapi/linux/msm_audio.h index f306949eb5e6..5e03e63cb7b6 100644 --- a/include/uapi/linux/msm_audio.h +++ b/include/uapi/linux/msm_audio.h @@ -460,9 +460,10 @@ 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 +#define ADSP_STREAM_PP_EVENT 0 +#define ADSP_STREAM_ENCDEC_EVENT 1 +#define ADSP_STREAM_IEC_61937_FMT_UPDATE_EVENT 2 +#define ADSP_STREAM_EVENT_MAX 3 struct msm_adsp_event_data { __u32 event_type; |
