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

Commit 4a7de6ea authored by Jeff Hugo's avatar Jeff Hugo
Browse files

soc: qcom: bam_dmux: Update bam_ops_if to match SPS public API



The data type for the addr parameter of the sps_transfer_one() API has
changed to phys_addr_t.

Update the function pointer definition in the bam_ops_if structure to
match the change in the SPS API.

Change-Id: If69499b01c5489a667763685725dc28b4d5ace64
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent b74fdfbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ struct bam_ops_if {
		struct sps_register_event *reg);

	int (*sps_transfer_one_ptr)(struct sps_pipe *h,
		u32 addr, u32 size,
		phys_addr_t addr, u32 size,
		void *user, u32 flags);

	int (*sps_get_iovec_ptr)(struct sps_pipe *h,