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

Commit 02a0f638 authored by Dieter Luecking's avatar Dieter Luecking Committed by Meng Wang
Browse files

asoc: csra66x0: Add support for 16ch audio playback



To support 16 channel audio playback 8 codecs are needed.
Update cluster device table to support this number of
codecs.

Change-Id: I1ab3283b3174357b8b6647662c4519e5dca4bb97
Signed-off-by: default avatarDieter Luecking <dieterl@codeaurora.org>
parent 63f48155
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */
#include <linux/init.h>
#include <linux/delay.h>
@@ -275,7 +275,9 @@ struct csra66x0_cluster_device csra_clust_dev_tbl[] = {
	{NULL, "CSRA_56"},
	{NULL, "CSRA_78"},
	{NULL, "CSRA_9A"},
	{NULL, "CSRA_BC"}
	{NULL, "CSRA_BC"},
	{NULL, "CSRA_DE"},
	{NULL, "CSRA_F0"}
};

#if IS_ENABLED(CONFIG_DEBUG_FS)