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

Commit 04a8fc62 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 52d3bbd6
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -889,14 +889,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 */