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

Commit ca6e1b40 authored by Hongtao Peng's avatar Hongtao Peng Committed by Gerrit - the friendly Code Review server
Browse files

dsp: support ADM output map for less then 2 channels



Remove the conditional restriction greater than 2
in adm_arrange_mch_map_v8

Change-Id: I3bab28ddb443cd589d8de3751bd19b2a199978ab
Signed-off-by: default avatarHongtao Peng <quic_hongtaop@quicinc.com>
parent dd9977f0
Loading
Loading
Loading
Loading

dsp/q6adm.c

100755 → 100644
+3 −3
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/module.h>
#include <linux/slab.h>
@@ -2720,9 +2721,8 @@ static int adm_arrange_mch_map_v8(
		goto non_mch_path;
	};

	if ((ep_payload->dev_num_channel > 2) &&
		(port_channel_map[port_idx].set_channel_map ||
		 multi_ch_maps[idx].set_channel_map)) {
	if (port_channel_map[port_idx].set_channel_map ||
		 multi_ch_maps[idx].set_channel_map) {
		if (port_channel_map[port_idx].set_channel_map)
			memcpy(ep_payload->dev_channel_mapping,
				port_channel_map[port_idx].channel_mapping,