From 02a0f638af2dafb2d2261b1f2bc1e8bc43c1cd47 Mon Sep 17 00:00:00 2001 From: Dieter Luecking Date: Fri, 9 Nov 2018 10:17:32 +0100 Subject: [PATCH] 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: Dieter Luecking --- asoc/codecs/csra66x0/csra66x0.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/asoc/codecs/csra66x0/csra66x0.c b/asoc/codecs/csra66x0/csra66x0.c index 595e7ca8fa..8126975cb5 100644 --- a/asoc/codecs/csra66x0/csra66x0.c +++ b/asoc/codecs/csra66x0/csra66x0.c @@ -1,6 +1,6 @@ // 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 #include @@ -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)