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

Commit 4dfe0701 authored by Surendar Karka's avatar Surendar Karka Committed by Gerrit - the friendly Code Review server
Browse files

uapi: msm: Add support to send continue buffer in timestamp mode



Add flags to set continue mode for a buffer in timestamp mode.

Change-Id: If36c193fd0e05d04cd1a2b520abec03305c88da3
Signed-off-by: default avatarSurendar Karka <skarka@codeaurora.org>
parent 3db6f4c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -556,7 +556,8 @@ struct snd_codec_metadata {
	__u32 length;
	__u32 offset;
	__u64 timestamp;
	__u32 reserved[4];
	__u32 flags;
	__u32 reserved[3];
};

#endif