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

Commit 28a02ffd authored by Revathi Uddaraju's avatar Revathi Uddaraju Committed by Banajit Goswami
Browse files

ASoC: msm: qdsp6v2: Extend pass through mode per stream



Pass through mode is currently per backend and this restricts
pass through mode to be same for all streams connected to it.
More than one stream having different pass through modes can
connect to a single backend.
To handle such cases, extend pass through mode per stream within
a backend.

Change-Id: I43b7553633fe482daef4a9937e66f950c5e6b6c2
Signed-off-by: default avatarChaithanya Krishna Bacharaju <chaithan@codeaurora.org>
Signed-off-by: default avatarRevathi Uddaraju <revathiu@codeaurora.org>
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent c99f9328
Loading
Loading
Loading
Loading
+182 −172

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
@@ -423,7 +423,7 @@ struct msm_pcm_routing_bdai_data {
	unsigned int  channel;
	unsigned int  channel;
	unsigned int  format;
	unsigned int  format;
	unsigned int  adm_override_ch;
	unsigned int  adm_override_ch;
	u32 passthr_mode;
	u32 passthr_mode[MSM_FRONTEND_DAI_MAX];
	char *name;
	char *name;
};
};