asoc: codec: Add 2Vpk support in WCD939X driver

Add support for HPH 2Vpk output mode in the
WCD939X driver.

Change-Id: I44a84cde84f0feee6d7d1255e097a5ffb616f78e
Signed-off-by: Sam Rainey <quic_rainey@quicinc.com>
This commit is contained in:
Sam Rainey
2022-12-21 17:51:06 -08:00
committed by Gerrit - the friendly Code Review server
parent a116a9c2f0
commit 837696b627
2 changed files with 36 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ struct wcd939x_priv {
bool ldoh;
bool bcs_dis;
bool dapm_bias_off;
bool in_2Vpk_mode;
struct irq_domain *virq;
struct wcd_irq_info irq_info;
u32 rx_clk_cnt;