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

Commit 9230d318 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: cvp: Update HFI packet type"

parents d317bc9b bdcc4c88
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -984,38 +984,38 @@ struct hfi_cmd_session_cvp_set_buffers_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 buffer_addr;
	u32 buffer_size;
	struct hfi_cvp_client client_data;
};

struct hfi_cmd_session_cvp_release_buffers_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 buffer_type;
	u32 num_buffers;
	u32 buffer_idx;
	struct hfi_cvp_client client_data;
};

struct hfi_msg_session_cvp_release_buffers_done_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	u32 error_type;
	struct hfi_cvp_client client_data;
	u32 error_type;
};

struct hfi_msg_session_cvp_set_buffers_done_packet {
	u32 size;
	u32 packet_type;
	u32 session_id;
	struct hfi_cvp_client client_data;
	u32 error_type;
	u32 buffer_type;
	u32 buffer_addr;
	u32 buffer_size;
	struct hfi_cvp_client client_data;
};

struct hfi_cmd_session_set_buffers_packet {