Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc16379b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: add the support for ADSP event data"

parents 7641753d d8563757
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -461,4 +461,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