summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_xaf_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/fsl_dsp_xaf_api.c')
-rw-r--r--sound/soc/fsl/fsl_dsp_xaf_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_dsp_xaf_api.c b/sound/soc/fsl/fsl_dsp_xaf_api.c
index f544b6a3adba..9819ad374ed5 100644
--- a/sound/soc/fsl/fsl_dsp_xaf_api.c
+++ b/sound/soc/fsl/fsl_dsp_xaf_api.c
@@ -468,7 +468,7 @@ int xaf_connect(struct xf_client *client,
u32 buf_length)
{
/* ...connect p_src output port with p_dest input port */
- return xf_route(client, &p_src->handle, 0, &p_dest->handle, 0,
+ return xf_route(client, &p_src->handle, 1, &p_dest->handle, 0,
num_buf, buf_length, 8);
}