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

Commit ad59b31b authored by Lakshman Chaluvaraju's avatar Lakshman Chaluvaraju
Browse files

asoc: changes to fix KW errors



Add changes to fix KW errors.

Change-Id: I87fc8bf5b2753cef6af881713637e9521389708d
Signed-off-by: default avatarLakshman Chaluvaraju <quic_lchalu@quicinc.com>
parent 61eab15c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 */
#include <linux/init.h>
@@ -1665,6 +1666,11 @@ static int msm_pcm_routing_channel_mixer_v2(int fe_id, bool perf_mode,
	}
	be_id = channel_mixer_v2[fe_id][sess_type].port_idx - 1;
	if (be_id < 0 || be_id >= MSM_BACKEND_DAI_MAX) {
		pr_err("%s: Received out of bounds be_id %d\n",
				__func__, be_id);
		return -EINVAL;
	}
	channel_mixer_v2[fe_id][sess_type].input_channels[0] =
		channel_mixer_v2[fe_id][sess_type].input_channel;