soc: soundwire: Ungate the swr rx ports

In soundwire version 1.7, rx soundwire port2/3
are extended to 32bits to use as PCM port too.
When using for PDM port as well, need to ungate
the ports for functionality to work.

Change-Id: I1815a9337ab21e0000ca7dbfeaac4c01dadec0dc
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2021-02-25 18:00:22 +05:30
parent 9d0e5be6b5
commit a87c793e30
5 changed files with 38 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
*/
#ifndef _SWR_WCD_CTRL_H
@@ -75,6 +75,7 @@ enum {
enum {
SWR_PDM = 0,
SWR_PCM,
SWR_PDM_32,
};
struct usecase {