From b219b9ee8a50582a91de089118adefb20b9b36e8 Mon Sep 17 00:00:00 2001 From: Laxminath Kasam Date: Wed, 20 Jan 2021 13:29:03 +0530 Subject: [PATCH] asoc: waipio: Update swr port map for wsa2 macro Add entry in swr port map for wsa2 macro. Change-Id: I4106178925d569c97db5f9042e9be4f199400637 Signed-off-by: Laxminath Kasam --- asoc/waipio-port-config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asoc/waipio-port-config.h b/asoc/waipio-port-config.h index 4da08c27f5..c8792f3111 100644 --- a/asoc/waipio-port-config.h +++ b/asoc/waipio-port-config.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. */ #ifndef _WAIPIO_PORT_CONFIG @@ -59,6 +59,7 @@ static struct swr_mstr_port_map sm_port_map[] = { {RX_MACRO, SWR_UC1, rx_frame_params_dsd}, {RX_MACRO, SWR_UC2, rx_frame_params_44p1KHz}, {WSA_MACRO, SWR_UC0, wsa_frame_params_default}, + {WSA2_MACRO, SWR_UC0, wsa_frame_params_default}, }; #endif /* _WAIPIO_PORT_CONFIG */