asoc: codecs: Update SWR Ports with CPS & PBR

Reflecting latest hardware SWR updates.

Change-Id: I8a4c647e3a0a4e4b958dd102efa04a66fbce4618
Signed-off-by: Matthew Rice <mrice@codeaurora.org>
This commit is contained in:
Matthew Rice
2021-09-29 21:02:48 -07:00
committed by Matthew Rice
parent e9193b07c0
commit da73d84e5a
4 changed files with 90 additions and 4 deletions

View File

@@ -58,9 +58,9 @@ enum {
SWR_DAC_PORT,
SWR_COMP_PORT,
SWR_BOOST_PORT,
SWR_PBR_PORT,
SWR_VISENSE_PORT,
SWR_CPS_PORT,
SWR_PBRPORT
SWR_CPS_PORT
};
struct wsa_ctrl_platform_data {
@@ -91,6 +91,8 @@ struct wsa884x_priv {
struct snd_soc_component *component;
bool comp_enable;
bool visense_enable;
bool cps_enable;
bool pbr_enable;
bool ext_vdd_spk;
bool dapm_bias_off;
struct swr_port port[WSA884X_MAX_SWR_PORTS];