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

Commit f5e5a5d6 authored by Ajay Prathi's avatar Ajay Prathi
Browse files

msm: sps: Assign proper BAM destination values



Fix NOC error caused due to incorrect BAM destination
value. Assign correct destination and
destination pipe index values to peer BAM.

Change-Id: Ifc8f0c308cc388924dce3e32709dad47fc69bf70
Signed-off-by: default avatarAjay Prathi <aprathi@codeaurora.org>
parent 0151f537
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -899,14 +899,12 @@ int sps_bam_pipe_connect(struct sps_pipe *bam_pipe,
					peer_bam->props.phys_addr;
		}
		if (!(bam_pipe->connect.options & SPS_O_DUMMY_PEER)) {
			hw_params.peer_pipe = other_pipe->pipe_index;
		} else {
			hw_params.peer_phys_addr =
					bam_pipe->connect.destination;
			hw_params.peer_pipe =
					bam_pipe->connect.dest_pipe_index;
		} else {
			hw_params.peer_phys_addr =
					bam_pipe->connect.destination;
			hw_params.peer_pipe = other_pipe->pipe_index;
			hw_params.dummy_peer = true;
		}
		/* Verify FIFO buffers are allocated for BAM-to-BAM pipes */