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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user