Browse Source

asoc: move unnecessary UAPI header files to normal header folder

Move unnecessary UAPI header files to normal header folder.

Change-Id: I0ba6da8fdc4e21a3493fcc284fa2e08a06dc3013
Signed-off-by: Meng Wang <[email protected]>
Meng Wang 4 years ago
parent
commit
fbb79877c9

+ 1 - 2
asoc/codecs/wcd-clsh.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2019, 2021, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -8,7 +8,6 @@
 #include <sound/soc.h>
 #include <linux/kernel.h>
 #include <linux/delay.h>
-#include <asoc/wcd9xxx_registers.h>
 #include <asoc/wcd-clsh.h>
 
 #define WCD_USLEEP_RANGE 50

+ 2 - 2
asoc/codecs/wcd9335.c

@@ -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.
  */
 #include <linux/module.h>
 #include <linux/init.h>
@@ -20,7 +20,6 @@
 #include <linux/pm_runtime.h>
 #include <linux/kernel.h>
 #include <linux/gpio.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <soc/swr-wcd.h>
 #include <soc/snd_event.h>
 #include <sound/pcm.h>
@@ -41,6 +40,7 @@
 #include "wcd_cpe_core.h"
 #include <asoc/wcdcal-hwdep.h>
 #include <asoc/wcd-mbhc-v2-api.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define DRV_NAME "tasha_codec"
 

+ 2 - 2
asoc/codecs/wcd934x/wcd934x-mbhc.c

@@ -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.
  */
 #include <linux/module.h>
 #include <linux/init.h>
@@ -12,7 +12,6 @@
 #include <linux/gpio.h>
 #include <linux/delay.h>
 #include <linux/regmap.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
@@ -26,6 +25,7 @@
 #include <asoc/wcd9xxx-irq.h>
 #include <asoc/wcdcal-hwdep.h>
 #include <asoc/wcd-mbhc-v2-api.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define TAVIL_ZDET_SUPPORTED          true
 /* Z value defined in milliohm */

+ 2 - 2
asoc/codecs/wcd934x/wcd934x.c

@@ -1,5 +1,5 @@
 // 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.
  */
 #include <linux/module.h>
 #include <linux/init.h>
@@ -20,7 +20,6 @@
 #include <linux/regmap.h>
 #include <linux/spi/spi.h>
 #include <linux/regulator/consumer.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <soc/swr-wcd.h>
 #include <soc/snd_event.h>
 #include <sound/pcm.h>
@@ -41,6 +40,7 @@
 #include <asoc/wcd9xxx-common-v2.h>
 #include <asoc/wcd9xxx-resmgr-v2.h>
 #include <asoc/wcdcal-hwdep.h>
+#include <asoc/wcd9xxx_registers.h>
 #include <ipc/gpr-lite.h>
 #include "wcd934x-dsd.h"
 

+ 2 - 2
asoc/codecs/wcd9xxx-common-v2.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018, 2020-2021 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -8,9 +8,9 @@
 #include <sound/soc.h>
 #include <linux/kernel.h>
 #include <linux/delay.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/core.h>
 #include <asoc/wcd9xxx-common-v2.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define WCD_USLEEP_RANGE 50
 #define MAX_IMPED_PARAMS 6

+ 2 - 2
asoc/codecs/wcd9xxx-core.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2021, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/kernel.h>
@@ -13,7 +13,6 @@
 #include <linux/debugfs.h>
 #include <linux/i2c.h>
 #include <linux/regmap.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <sound/soc.h>
 #include <asoc/core.h>
 #include <asoc/pdata.h>
@@ -23,6 +22,7 @@
 #include "wcd9xxx-utils.h"
 #include <asoc/wcd9xxx-regmap.h>
 #include <asoc/wcd9xxx-slimslave.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define WCD9XXX_REGISTER_START_OFFSET 0x800
 #define WCD9XXX_SLIM_RW_MAX_TRIES 3

+ 2 - 2
asoc/codecs/wcd9xxx-irq.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2021, The Linux Foundation. All rights reserved.
  */
 #include <linux/bitops.h>
 #include <linux/kernel.h>
@@ -18,9 +18,9 @@
 #include <soc/qcom/pm.h>
 #include <linux/gpio.h>
 #include <linux/of_gpio.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/core.h>
 #include <asoc/wcd9xxx-irq.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define BYTE_BIT_MASK(nr)		(1UL << ((nr) % BITS_PER_BYTE))
 #define BIT_BYTE(nr)			((nr) / BITS_PER_BYTE)

+ 2 - 2
asoc/codecs/wcd9xxx-slimslave.c

@@ -1,10 +1,10 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2018, 2020-2021, The Linux Foundation. All rights reserved.
  */
 #include <linux/slab.h>
 #include <linux/mutex.h>
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/wcd9xxx-slimslave.h>
+#include <asoc/wcd9xxx_registers.h>
 
 struct wcd9xxx_slim_sch {
 	u16 rx_port_ch_reg_base;

+ 15 - 1
include/asoc/wcd-clsh.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2019,, 2021, The Linux Foundation. All rights reserved.
  */
 
 #ifndef _WCD_CLSH
@@ -54,6 +54,20 @@
 #define WCD_CLSH_STATE_HPH_ST_EAR (WCD_CLSH_STATE_HPH_ST | \
 				       WCD_CLSH_STATE_EAR)
 
+#define WCD9XXX_BASE_ADDRESS 0x3000
+
+#define WCD9XXX_ANA_RX_SUPPLIES			(WCD9XXX_BASE_ADDRESS+0x008)
+#define WCD9XXX_ANA_HPH				(WCD9XXX_BASE_ADDRESS+0x009)
+#define WCD9XXX_CLASSH_MODE_2			(WCD9XXX_BASE_ADDRESS+0x098)
+#define WCD9XXX_CLASSH_MODE_3			(WCD9XXX_BASE_ADDRESS+0x099)
+#define WCD9XXX_FLYBACK_VNEG_CTRL_1		(WCD9XXX_BASE_ADDRESS+0x0A5)
+#define WCD9XXX_FLYBACK_VNEG_CTRL_4		(WCD9XXX_BASE_ADDRESS+0x0A8)
+#define WCD9XXX_FLYBACK_VNEGDAC_CTRL_2		(WCD9XXX_BASE_ADDRESS+0x0AF)
+#define WCD9XXX_RX_BIAS_HPH_LOWPOWER		(WCD9XXX_BASE_ADDRESS+0x0BF)
+#define WCD9XXX_RX_BIAS_FLYB_BUFF		(WCD9XXX_BASE_ADDRESS+0x0C7)
+#define WCD9XXX_HPH_PA_CTL1			(WCD9XXX_BASE_ADDRESS+0x0D1)
+#define WCD9XXX_HPH_NEW_INT_PA_MISC2		(WCD9XXX_BASE_ADDRESS+0x138)
+
 enum {
 	CLS_H_NORMAL = 0, /* Class-H Default */
 	CLS_H_HIFI, /* Class-H HiFi */

+ 6 - 1
include/uapi/audio/linux/mfd/wcd9xxx/wcd9320_registers.h → include/asoc/wcd9320_registers.h

@@ -1,7 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2021, The Linux Foundation. All rights reserved.
+ */
+
 #ifndef WCD9320_REGISTERS_H
 #define WCD9320_REGISTERS_H
 
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <asoc/wcd9xxx_registers.h>
 
 #define TAIKO_A_CHIP_CTL			WCD9XXX_A_CHIP_CTL
 #define TAIKO_A_CHIP_CTL__POR			WCD9XXX_A_CHIP_CTL__POR

+ 1 - 1
include/asoc/wcd9xxx-resmgr-v2.h

@@ -5,7 +5,7 @@
 #ifndef __WCD9XXX_COMMON_V2_H__
 #define __WCD9XXX_COMMON_V2_H__
 
-#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include "wcd9xxx_registers.h"
 #include "core.h"
 
 enum wcd_clock_type {

+ 355 - 13
include/asoc/wcd9xxx_registers.h

@@ -1,23 +1,365 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2018-2019, 2021, The Linux Foundation. All rights reserved.
  */
 
 #ifndef _WCD9XXX_REGISTERS_H
 #define _WCD9XXX_REGISTERS_H
 
-#define WCD9XXX_BASE_ADDRESS 0x3000
+#define WCD9XXX_A_CHIP_CTL			(0x00)
+#define WCD9XXX_A_CHIP_CTL__POR			(0x00000000)
+#define WCD9XXX_A_CHIP_STATUS			(0x01)
+#define WCD9XXX_A_CHIP_STATUS__POR		(0x00000000)
+#define WCD9XXX_A_CHIP_ID_BYTE_0		(0x04)
+#define WCD9XXX_A_CHIP_ID_BYTE_0__POR		(0x00000000)
+#define WCD9XXX_A_CHIP_ID_BYTE_1		(0x05)
+#define WCD9XXX_A_CHIP_ID_BYTE_1__POR		(0x00000000)
+#define WCD9XXX_A_CHIP_ID_BYTE_2		(0x06)
+#define WCD9XXX_A_CHIP_ID_BYTE_2__POR		(0x00000000)
+#define WCD9XXX_A_CHIP_ID_BYTE_3		(0x07)
+#define WCD9XXX_A_CHIP_ID_BYTE_3__POR		(0x00000001)
+#define WCD9XXX_A_CHIP_VERSION			(0x08)
+#define WCD9XXX_A_CHIP_VERSION__POR		(0x00000020)
+#define WCD9XXX_A_SB_VERSION			(0x09)
+#define WCD9XXX_A_SB_VERSION__POR		(0x00000010)
+#define WCD9XXX_A_SLAVE_ID_1			(0x0C)
+#define WCD9XXX_A_SLAVE_ID_1__POR		(0x00000077)
+#define WCD9XXX_A_SLAVE_ID_2			(0x0D)
+#define WCD9XXX_A_SLAVE_ID_2__POR		(0x00000066)
+#define WCD9XXX_A_SLAVE_ID_3			(0x0E)
+#define WCD9XXX_A_SLAVE_ID_3__POR		(0x00000055)
+#define WCD9XXX_A_CDC_CTL			(0x80)
+#define WCD9XXX_A_CDC_CTL__POR			(0x00000000)
+#define WCD9XXX_A_LEAKAGE_CTL			(0x88)
+#define WCD9XXX_A_LEAKAGE_CTL__POR		(0x00000004)
+#define WCD9XXX_A_INTR_MODE			(0x90)
+#define WCD9XXX_A_INTR_MASK0			(0x94)
+#define WCD9XXX_A_INTR_STATUS0			(0x98)
+#define WCD9XXX_A_INTR_CLEAR0			(0x9C)
+#define WCD9XXX_A_INTR_LEVEL0			(0xA0)
+#define WCD9XXX_A_INTR_LEVEL1			(0xA1)
+#define WCD9XXX_A_INTR_LEVEL2			(0xA2)
+#define WCD9XXX_A_RX_HPH_CNP_EN			(0x1AB)
+#define WCD9XXX_A_RX_HPH_CNP_EN__POR		(0x80)
+#define WCD9XXX_A_RX_HPH_CNP_EN			(0x1AB)
+#define WCD9XXX_A_RX_HPH_CNP_EN__POR		(0x80)
+#define WCD9XXX_A_BIAS_CENTRAL_BG_CTL		(0x101)
+#define WCD9XXX_A_BIAS_CENTRAL_BG_CTL__POR	(0x50)
+#define WCD9XXX_A_CLK_BUFF_EN1			(0x108)
+#define WCD9XXX_A_CLK_BUFF_EN1__POR		(0x04)
+#define WCD9XXX_A_CLK_BUFF_EN2			(0x109)
+#define WCD9XXX_A_CLK_BUFF_EN2__POR		(0x02)
+#define WCD9XXX_A_RX_COM_BIAS			(0x1A2)
+#define WCD9XXX_A_RX_COM_BIAS__POR		(0x00)
+#define WCD9XXX_A_RC_OSC_FREQ			(0x1FA)
+#define WCD9XXX_A_RC_OSC_FREQ__POR		(0x46)
+#define WCD9XXX_A_BIAS_OSC_BG_CTL		(0x105)
+#define WCD9XXX_A_BIAS_OSC_BG_CTL__POR		(0x16)
+#define WCD9XXX_A_RC_OSC_TEST			(0x1FB)
+#define WCD9XXX_A_RC_OSC_TEST__POR		(0x0A)
+#define WCD9XXX_A_CDC_CLK_MCLK_CTL		(0x311)
+#define WCD9XXX_A_CDC_CLK_MCLK_CTL__POR		(0x00)
 
-#define WCD9XXX_ANA_RX_SUPPLIES                     (WCD9XXX_BASE_ADDRESS+0x008)
-#define WCD9XXX_ANA_HPH                             (WCD9XXX_BASE_ADDRESS+0x009)
-#define WCD9XXX_CLASSH_MODE_2                       (WCD9XXX_BASE_ADDRESS+0x098)
-#define WCD9XXX_CLASSH_MODE_3                       (WCD9XXX_BASE_ADDRESS+0x099)
-#define WCD9XXX_FLYBACK_VNEG_CTRL_1                 (WCD9XXX_BASE_ADDRESS+0x0A5)
-#define WCD9XXX_FLYBACK_VNEG_CTRL_4                 (WCD9XXX_BASE_ADDRESS+0x0A8)
-#define WCD9XXX_FLYBACK_VNEGDAC_CTRL_2              (WCD9XXX_BASE_ADDRESS+0x0AF)
-#define WCD9XXX_RX_BIAS_HPH_LOWPOWER                (WCD9XXX_BASE_ADDRESS+0x0BF)
-#define WCD9XXX_RX_BIAS_FLYB_BUFF                   (WCD9XXX_BASE_ADDRESS+0x0C7)
-#define WCD9XXX_HPH_PA_CTL1                         (WCD9XXX_BASE_ADDRESS+0x0D1)
-#define WCD9XXX_HPH_NEW_INT_PA_MISC2                (WCD9XXX_BASE_ADDRESS+0x138)
+#define WCD9XXX_A_CDC_MBHC_EN_CTL		(0x3C0)
+#define WCD9XXX_A_CDC_MBHC_EN_CTL__POR		(0x00)
+#define WCD9XXX_A_CDC_MBHC_FIR_B1_CFG		(0x3C1)
+#define WCD9XXX_A_CDC_MBHC_FIR_B1_CFG__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_FIR_B2_CFG		(0x3C2)
+#define WCD9XXX_A_CDC_MBHC_FIR_B2_CFG__POR	(0x06)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B1_CTL		(0x3C3)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B1_CTL__POR	(0x03)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B2_CTL		(0x3C4)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B2_CTL__POR	(0x09)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B3_CTL		(0x3C5)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B3_CTL__POR	(0x1E)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B4_CTL		(0x3C6)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B4_CTL__POR	(0x45)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B5_CTL		(0x3C7)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B5_CTL__POR	(0x04)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B6_CTL		(0x3C8)
+#define WCD9XXX_A_CDC_MBHC_TIMER_B6_CTL__POR	(0x78)
+#define WCD9XXX_A_CDC_MBHC_B1_STATUS		(0x3C9)
+#define WCD9XXX_A_CDC_MBHC_B1_STATUS__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_B2_STATUS		(0x3CA)
+#define WCD9XXX_A_CDC_MBHC_B2_STATUS__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_B3_STATUS		(0x3CB)
+#define WCD9XXX_A_CDC_MBHC_B3_STATUS__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_B4_STATUS		(0x3CC)
+#define WCD9XXX_A_CDC_MBHC_B4_STATUS__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_B5_STATUS		(0x3CD)
+#define WCD9XXX_A_CDC_MBHC_B5_STATUS__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_B1_CTL		(0x3CE)
+#define WCD9XXX_A_CDC_MBHC_B1_CTL__POR		(0xC0)
+#define WCD9XXX_A_CDC_MBHC_B2_CTL		(0x3CF)
+#define WCD9XXX_A_CDC_MBHC_B2_CTL__POR		(0x5D)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B1_CTL		(0x3D0)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B1_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B2_CTL		(0x3D1)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B2_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B3_CTL		(0x3D2)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B3_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B4_CTL		(0x3D3)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B4_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B5_CTL		(0x3D4)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B5_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B6_CTL		(0x3D5)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B6_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B7_CTL		(0x3D6)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B7_CTL__POR	(0xFF)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B8_CTL		(0x3D7)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B8_CTL__POR	(0x07)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B9_CTL		(0x3D8)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B9_CTL__POR	(0xFF)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B10_CTL		(0x3D9)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B10_CTL__POR	(0x7F)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B11_CTL		(0x3DA)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B11_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B12_CTL		(0x3DB)
+#define WCD9XXX_A_CDC_MBHC_VOLT_B12_CTL__POR	(0x80)
+#define WCD9XXX_A_CDC_MBHC_CLK_CTL		(0x3DC)
+#define WCD9XXX_A_CDC_MBHC_CLK_CTL__POR		(0x00)
+#define WCD9XXX_A_CDC_MBHC_INT_CTL		(0x3DD)
+#define WCD9XXX_A_CDC_MBHC_INT_CTL__POR		(0x00)
+#define WCD9XXX_A_CDC_MBHC_DEBUG_CTL		(0x3DE)
+#define WCD9XXX_A_CDC_MBHC_DEBUG_CTL__POR	(0x00)
+#define WCD9XXX_A_CDC_MBHC_SPARE		(0x3DF)
+#define WCD9XXX_A_CDC_MBHC_SPARE__POR		(0x00)
+#define WCD9XXX_A_MBHC_SCALING_MUX_1		(0x14E)
+#define WCD9XXX_A_MBHC_SCALING_MUX_1__POR	(0x00)
+#define WCD9XXX_A_RX_HPH_OCP_CTL		(0x1AA)
+#define WCD9XXX_A_RX_HPH_OCP_CTL__POR		(0x68)
+#define WCD9XXX_A_MICB_1_CTL			(0x12B)
+#define WCD9XXX_A_MICB_1_CTL__POR		(0x16)
+#define WCD9XXX_A_MICB_1_INT_RBIAS		(0x12C)
+#define WCD9XXX_A_MICB_1_INT_RBIAS__POR		(0x24)
+#define WCD9XXX_A_MICB_1_MBHC			(0x12D)
+#define WCD9XXX_A_MICB_1_MBHC__POR		(0x01)
+#define WCD9XXX_A_MICB_CFILT_2_CTL		(0x12E)
+#define WCD9XXX_A_MICB_CFILT_2_CTL__POR		(0x40)
+#define WCD9XXX_A_MICB_CFILT_2_VAL		(0x12F)
+#define WCD9XXX_A_MICB_CFILT_2_VAL__POR		(0x80)
+#define WCD9XXX_A_MICB_CFILT_2_PRECHRG		(0x130)
+#define WCD9XXX_A_MICB_CFILT_2_PRECHRG__POR	(0x38)
+#define WCD9XXX_A_MICB_2_CTL			(0x131)
+#define WCD9XXX_A_MICB_2_CTL__POR		(0x16)
+#define WCD9XXX_A_MICB_2_INT_RBIAS		(0x132)
+#define WCD9XXX_A_MICB_2_INT_RBIAS__POR		(0x24)
+#define WCD9XXX_A_MICB_2_MBHC			(0x133)
+#define WCD9XXX_A_MICB_2_MBHC__POR		(0x02)
+#define WCD9XXX_A_MICB_CFILT_3_CTL		(0x134)
+#define WCD9XXX_A_MICB_CFILT_3_CTL__POR		(0x40)
+#define WCD9XXX_A_MICB_CFILT_3_VAL		(0x135)
+#define WCD9XXX_A_MICB_CFILT_3_VAL__POR		(0x80)
+#define WCD9XXX_A_MICB_CFILT_3_PRECHRG		(0x136)
+#define WCD9XXX_A_MICB_CFILT_3_PRECHRG__POR	(0x38)
+#define WCD9XXX_A_MICB_3_CTL			(0x137)
+#define WCD9XXX_A_MICB_3_CTL__POR		(0x16)
+#define WCD9XXX_A_MICB_3_INT_RBIAS		(0x138)
+#define WCD9XXX_A_MICB_3_INT_RBIAS__POR		(0x24)
+#define WCD9XXX_A_MICB_3_MBHC			(0x139)
+#define WCD9XXX_A_MICB_3_MBHC__POR		(0x00)
+#define WCD9XXX_A_MICB_4_CTL			(0x13D)
+#define WCD9XXX_A_MICB_4_CTL__POR		(0x16)
+#define WCD9XXX_A_MICB_4_INT_RBIAS		(0x13E)
+#define WCD9XXX_A_MICB_4_INT_RBIAS__POR		(0x24)
+#define WCD9XXX_A_MICB_4_MBHC			(0x13F)
+#define WCD9XXX_A_MICB_4_MBHC__POR		(0x01)
+#define WCD9XXX_A_MICB_CFILT_1_VAL		(0x129)
+#define WCD9XXX_A_MICB_CFILT_1_VAL__POR		(0x80)
+#define WCD9XXX_A_RX_HPH_L_STATUS		(0x1B3)
+#define WCD9XXX_A_RX_HPH_L_STATUS__POR		(0x00)
+#define WCD9XXX_A_MBHC_HPH			(0x1FE)
+#define WCD9XXX_A_MBHC_HPH__POR			(0x44)
+#define WCD9XXX_A_RX_HPH_CNP_WG_TIME		(0x1AD)
+#define WCD9XXX_A_RX_HPH_CNP_WG_TIME__POR	(0x2A)
+#define WCD9XXX_A_RX_HPH_R_DAC_CTL		(0x1B7)
+#define WCD9XXX_A_RX_HPH_R_DAC_CTL__POR		(0x00)
+#define WCD9XXX_A_RX_HPH_L_DAC_CTL		(0x1B1)
+#define WCD9XXX_A_RX_HPH_L_DAC_CTL__POR		(0x00)
+#define WCD9XXX_A_TX_7_MBHC_EN			(0x171)
+#define WCD9XXX_A_TX_7_MBHC_EN__POR		(0x0C)
+#define WCD9XXX_A_PIN_CTL_OE0			(0x010)
+#define WCD9XXX_A_PIN_CTL_OE0__POR		(0x00)
+#define WCD9XXX_A_PIN_CTL_OE1			(0x011)
+#define WCD9XXX_A_PIN_CTL_OE1__POR		(0x00)
+#define WCD9XXX_A_MICB_CFILT_1_CTL		(0x128)
+#define WCD9XXX_A_LDO_H_MODE_1			(0x110)
+#define WCD9XXX_A_LDO_H_MODE_1__POR		(0x65)
+#define WCD9XXX_A_MICB_CFILT_1_CTL__POR		(0x40)
+#define WCD9XXX_A_TX_7_MBHC_TEST_CTL		(0x174)
+#define WCD9XXX_A_TX_7_MBHC_TEST_CTL__POR	(0x38)
+#define WCD9XXX_A_MBHC_SCALING_MUX_2		(0x14F)
+#define WCD9XXX_A_MBHC_SCALING_MUX_2__POR	(0x80)
+#define WCD9XXX_A_TX_COM_BIAS			(0x14C)
+#define WCD9XXX_A_TX_COM_BIAS__POR		(0xF0)
 
+#define WCD9XXX_A_MBHC_INSERT_DETECT		(0x14A) /* TAIKO and later */
+#define WCD9XXX_A_MBHC_INSERT_DETECT__POR	(0x00)
+#define WCD9XXX_A_MBHC_INSERT_DET_STATUS	(0x14B) /* TAIKO and later */
+#define WCD9XXX_A_MBHC_INSERT_DET_STATUS__POR	(0x00)
+#define WCD9XXX_A_MAD_ANA_CTRL			(0x150)
+#define WCD9XXX_A_MAD_ANA_CTRL__POR		(0xF1)
+
+
+#define WCD9XXX_A_CDC_CLK_OTHR_CTL			(0x30C)
+#define WCD9XXX_A_CDC_CLK_OTHR_CTL__POR				(0x00)
+
+/* Class H related common registers */
+#define WCD9XXX_A_BUCK_MODE_1			(0x181)
+#define WCD9XXX_A_BUCK_MODE_1__POR				(0x21)
+#define WCD9XXX_A_BUCK_MODE_2			(0x182)
+#define WCD9XXX_A_BUCK_MODE_2__POR				(0xFF)
+#define WCD9XXX_A_BUCK_MODE_3			(0x183)
+#define WCD9XXX_A_BUCK_MODE_3__POR				(0xCC)
+#define WCD9XXX_A_BUCK_MODE_4			(0x184)
+#define WCD9XXX_A_BUCK_MODE_4__POR				(0x3A)
+#define WCD9XXX_A_BUCK_MODE_5			(0x185)
+#define WCD9XXX_A_BUCK_MODE_5__POR				(0x00)
+#define WCD9XXX_A_BUCK_CTRL_VCL_1			(0x186)
+#define WCD9XXX_A_BUCK_CTRL_VCL_1__POR				(0x48)
+#define WCD9XXX_A_BUCK_CTRL_VCL_2			(0x187)
+#define WCD9XXX_A_BUCK_CTRL_VCL_2__POR				(0xA3)
+#define WCD9XXX_A_BUCK_CTRL_VCL_3			(0x188)
+#define WCD9XXX_A_BUCK_CTRL_VCL_3__POR				(0x82)
+#define WCD9XXX_A_BUCK_CTRL_CCL_1			(0x189)
+#define WCD9XXX_A_BUCK_CTRL_CCL_1__POR				(0xAB)
+#define WCD9XXX_A_BUCK_CTRL_CCL_2			(0x18A)
+#define WCD9XXX_A_BUCK_CTRL_CCL_2__POR				(0xDC)
+#define WCD9XXX_A_BUCK_CTRL_CCL_3			(0x18B)
+#define WCD9XXX_A_BUCK_CTRL_CCL_3__POR				(0x6A)
+#define WCD9XXX_A_BUCK_CTRL_CCL_4			(0x18C)
+#define WCD9XXX_A_BUCK_CTRL_CCL_4__POR				(0x58)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_1			(0x18D)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_1__POR				(0x50)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_2			(0x18E)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_2__POR				(0x64)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_3			(0x18F)
+#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_3__POR				(0x77)
+#define WCD9XXX_A_BUCK_TMUX_A_D			(0x190)
+#define WCD9XXX_A_BUCK_TMUX_A_D__POR				(0x00)
+#define WCD9XXX_A_NCP_EN			(0x192)
+#define WCD9XXX_A_NCP_EN__POR				(0xFE)
+#define WCD9XXX_A_NCP_STATIC			(0x194)
+#define WCD9XXX_A_NCP_STATIC__POR				(0x28)
+#define WCD9XXX_A_NCP_BUCKREF			(0x191)
+#define WCD9XXX_A_NCP_BUCKREF__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_B1_CTL			(0x320)
+#define WCD9XXX_A_CDC_CLSH_B1_CTL__POR				(0xE4)
+#define WCD9XXX_A_CDC_CLSH_B2_CTL			(0x321)
+#define WCD9XXX_A_CDC_CLSH_B2_CTL__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_B3_CTL			(0x322)
+#define WCD9XXX_A_CDC_CLSH_B3_CTL__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_BUCK_NCP_VARS			(0x323)
+#define WCD9XXX_A_CDC_CLSH_BUCK_NCP_VARS__POR			(0x00)
+#define WCD9XXX_A_CDC_CLSH_IDLE_HPH_THSD			(0x324)
+#define WCD9XXX_A_CDC_CLSH_IDLE_HPH_THSD__POR			(0x12)
+#define WCD9XXX_A_CDC_CLSH_IDLE_EAR_THSD			(0x325)
+#define WCD9XXX_A_CDC_CLSH_IDLE_EAR_THSD__POR			(0x0C)
+#define WCD9XXX_A_CDC_CLSH_FCLKONLY_HPH_THSD			(0x326)
+#define WCD9XXX_A_CDC_CLSH_FCLKONLY_HPH_THSD__POR		(0x18)
+#define WCD9XXX_A_CDC_CLSH_FCLKONLY_EAR_THSD			(0x327)
+#define WCD9XXX_A_CDC_CLSH_FCLKONLY_EAR_THSD__POR		(0x23)
+#define WCD9XXX_A_CDC_CLSH_K_ADDR			(0x328)
+#define WCD9XXX_A_CDC_CLSH_K_ADDR__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_K_DATA			(0x329)
+#define WCD9XXX_A_CDC_CLSH_K_DATA__POR				(0xA4)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_L			(0x32A)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_L__POR				(0xD7)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_U			(0x32B)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_U__POR				(0x05)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_L			(0x32C)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_L__POR				(0x60)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_U			(0x32D)
+#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_U__POR				(0x09)
+#define WCD9XXX_A_CDC_CLSH_V_PA_HD_EAR			(0x32E)
+#define WCD9XXX_A_CDC_CLSH_V_PA_HD_EAR__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_V_PA_HD_HPH			(0x32F)
+#define WCD9XXX_A_CDC_CLSH_V_PA_HD_HPH__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_EAR			(0x330)
+#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_EAR__POR				(0x00)
+#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_HPH			(0x331)
+#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_HPH__POR				(0x00)
+
+#define WCD9XXX_A_CDC_RX1_B6_CTL			(0x2B5)
+#define WCD9XXX_A_CDC_RX1_B6_CTL__POR				(0x80)
+#define WCD9XXX_A_CDC_RX2_B6_CTL			(0x2BD)
+#define WCD9XXX_A_CDC_RX2_B6_CTL__POR				(0x80)
+#define WCD9XXX_A_RX_HPH_L_GAIN				(0x1AE)
+#define WCD9XXX_A_RX_HPH_L_GAIN__POR				(0x00)
+#define WCD9XXX_A_RX_HPH_R_GAIN				(0x1B4)
+#define WCD9XXX_A_RX_HPH_R_GAIN__POR				(0x00)
+#define WCD9XXX_A_RX_HPH_CHOP_CTL			(0x1A5)
+#define WCD9XXX_A_RX_HPH_CHOP_CTL__POR				(0xB4)
+#define WCD9XXX_A_RX_HPH_BIAS_PA			(0x1A6)
+#define WCD9XXX_A_RX_HPH_BIAS_PA__POR				(0x7A)
+#define WCD9XXX_A_RX_HPH_L_TEST				(0x1AF)
+#define WCD9XXX_A_RX_HPH_L_TEST__POR				(0x00)
+#define WCD9XXX_A_RX_HPH_R_TEST				(0x1B5)
+#define WCD9XXX_A_RX_HPH_R_TEST__POR				(0x00)
+#define WCD9XXX_A_CDC_CLK_RX_B1_CTL			(0x30F)
+#define WCD9XXX_A_CDC_CLK_RX_B1_CTL__POR			(0x00)
+#define WCD9XXX_A_NCP_CLK				(0x193)
+#define WCD9XXX_A_NCP_CLK__POR					(0x94)
+#define WCD9XXX_A_RX_HPH_BIAS_WG_OCP			(0x1A9)
+#define WCD9XXX_A_RX_HPH_BIAS_WG_OCP__POR			(0x2A)
+#define WCD9XXX_A_RX_HPH_CNP_WG_CTL			(0x1AC)
+#define WCD9XXX_A_RX_HPH_CNP_WG_CTL__POR			(0xDE)
+#define WCD9XXX_A_RX_HPH_L_PA_CTL			(0x1B0)
+#define WCD9XXX_A_RX_HPH_L_PA_CTL__POR				(0x42)
+#define WCD9XXX_A_RX_HPH_R_PA_CTL			(0x1B6)
+#define WCD9XXX_A_RX_HPH_R_PA_CTL__POR				(0x42)
+#define WCD9XXX_A_CDC_CONN_RX2_B1_CTL			(0x383)
+#define WCD9XXX_A_CDC_CONN_RX2_B1_CTL__POR			(0x00)
+#define WCD9XXX_A_CDC_PA_RAMP_B1_CTL			(0x361)
+#define WCD9XXX_A_CDC_PA_RAMP_B1_CTL__POR			(0x00)
+#define WCD9XXX_A_CDC_PA_RAMP_B2_CTL			(0x362)
+#define WCD9XXX_A_CDC_PA_RAMP_B2_CTL__POR			(0x00)
+#define WCD9XXX_A_CDC_PA_RAMP_B3_CTL			(0x363)
+#define WCD9XXX_A_CDC_PA_RAMP_B3_CTL__POR			(0x00)
+#define WCD9XXX_A_CDC_PA_RAMP_B4_CTL			(0x364)
+#define WCD9XXX_A_CDC_PA_RAMP_B4_CTL__POR			(0x00)
+
+#define WCD9330_A_LEAKAGE_CTL				(0x03C)
+#define WCD9330_A_LEAKAGE_CTL__POR				(0x04)
+#define WCD9330_A_CDC_CTL				(0x034)
+#define WCD9330_A_CDC_CTL__POR					(0x00)
+
+/* Class-H registers for codecs from and above WCD9335 */
+#define WCD9XXX_A_CDC_RX0_RX_PATH_CFG0			(0xB42)
+#define WCD9XXX_A_CDC_RX1_RX_PATH_CFG0			(0xB56)
+#define WCD9XXX_A_CDC_RX2_RX_PATH_CFG0			(0xB6A)
+#define WCD9XXX_A_CDC_CLSH_K1_MSB			(0xC08)
+#define WCD9XXX_A_CDC_CLSH_K1_LSB			(0xC09)
+#define WCD9XXX_A_ANA_RX_SUPPLIES			(0x608)
+#define WCD9XXX_A_ANA_HPH				(0x609)
+#define WCD9XXX_A_CDC_CLSH_CRC				(0xC01)
+#define WCD9XXX_FLYBACK_EN				(0x6A4)
+#define WCD9XXX_FLYBACK_VNEG_CTRL_1			(0x6A5)
+#define WCD9XXX_FLYBACK_VNEGDAC_CTRL_2			(0x6AF)
+#define WCD9XXX_RX_BIAS_FLYB_BUFF			(0x6C7)
+#define WCD9XXX_HPH_L_EN				(0x6D3)
+#define WCD9XXX_HPH_R_EN				(0x6D6)
+#define WCD9XXX_HPH_REFBUFF_UHQA_CTL			(0x6DD)
+#define WCD9XXX_CLASSH_CTRL_VCL_2                       (0x69B)
+#define WCD9XXX_CDC_CLSH_HPH_V_PA			(0xC04)
+#define WCD9XXX_CDC_RX0_RX_PATH_SEC0			(0xB49)
+#define WCD9XXX_CDC_RX1_RX_PATH_CTL			(0xB55)
+#define WCD9XXX_CDC_RX2_RX_PATH_CTL			(0xB69)
+#define WCD9XXX_CDC_CLK_RST_CTRL_MCLK_CONTROL		(0xD41)
+#define WCD9XXX_CLASSH_CTRL_CCL_1                       (0x69C)
+
+/* RX Gain control registers of codecs from and above WCD9335 */
+#define WCD9XXX_CDC_RX1_RX_VOL_CTL			(0xB59)
+#define WCD9XXX_CDC_RX1_RX_VOL_MIX_CTL			(0xB5C)
+#define WCD9XXX_CDC_RX1_RX_PATH_SEC1			(0xB5E)
+#define WCD9XXX_CDC_RX2_RX_VOL_CTL			(0xB6D)
+#define WCD9XXX_CDC_RX2_RX_VOL_MIX_CTL			(0xB70)
+#define WCD9XXX_CDC_RX2_RX_PATH_SEC1			(0xB72)
+
+/* Class-H registers for codecs from and above WCD934X */
+#define WCD9XXX_HPH_CNP_WG_CTL                          (0x06cc)
+#define WCD9XXX_FLYBACK_VNEG_CTRL_4			(0x06a8)
+#define WCD9XXX_HPH_NEW_INT_PA_MISC2			(0x0738)
+#define WCD9XXX_RX_BIAS_HPH_LOWPOWER			(0x06bf)
+#define WCD9XXX_HPH_PA_CTL1				(0x06d1)
 #endif

+ 0 - 361
include/uapi/audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h

@@ -1,361 +0,0 @@
-#ifndef WCD9XXX_CODEC_DIGITAL_H
-
-#define WCD9XXX_CODEC_DIGITAL_H
-
-#define WCD9XXX_A_CHIP_CTL			(0x00)
-#define WCD9XXX_A_CHIP_CTL__POR			(0x00000000)
-#define WCD9XXX_A_CHIP_STATUS			(0x01)
-#define WCD9XXX_A_CHIP_STATUS__POR		(0x00000000)
-#define WCD9XXX_A_CHIP_ID_BYTE_0		(0x04)
-#define WCD9XXX_A_CHIP_ID_BYTE_0__POR		(0x00000000)
-#define WCD9XXX_A_CHIP_ID_BYTE_1		(0x05)
-#define WCD9XXX_A_CHIP_ID_BYTE_1__POR		(0x00000000)
-#define WCD9XXX_A_CHIP_ID_BYTE_2		(0x06)
-#define WCD9XXX_A_CHIP_ID_BYTE_2__POR		(0x00000000)
-#define WCD9XXX_A_CHIP_ID_BYTE_3		(0x07)
-#define WCD9XXX_A_CHIP_ID_BYTE_3__POR		(0x00000001)
-#define WCD9XXX_A_CHIP_VERSION			(0x08)
-#define WCD9XXX_A_CHIP_VERSION__POR		(0x00000020)
-#define WCD9XXX_A_SB_VERSION			(0x09)
-#define WCD9XXX_A_SB_VERSION__POR		(0x00000010)
-#define WCD9XXX_A_SLAVE_ID_1			(0x0C)
-#define WCD9XXX_A_SLAVE_ID_1__POR		(0x00000077)
-#define WCD9XXX_A_SLAVE_ID_2			(0x0D)
-#define WCD9XXX_A_SLAVE_ID_2__POR		(0x00000066)
-#define WCD9XXX_A_SLAVE_ID_3			(0x0E)
-#define WCD9XXX_A_SLAVE_ID_3__POR		(0x00000055)
-#define WCD9XXX_A_CDC_CTL			(0x80)
-#define WCD9XXX_A_CDC_CTL__POR			(0x00000000)
-#define WCD9XXX_A_LEAKAGE_CTL			(0x88)
-#define WCD9XXX_A_LEAKAGE_CTL__POR		(0x00000004)
-#define WCD9XXX_A_INTR_MODE			(0x90)
-#define WCD9XXX_A_INTR_MASK0			(0x94)
-#define WCD9XXX_A_INTR_STATUS0			(0x98)
-#define WCD9XXX_A_INTR_CLEAR0			(0x9C)
-#define WCD9XXX_A_INTR_LEVEL0			(0xA0)
-#define WCD9XXX_A_INTR_LEVEL1			(0xA1)
-#define WCD9XXX_A_INTR_LEVEL2			(0xA2)
-#define WCD9XXX_A_RX_HPH_CNP_EN			(0x1AB)
-#define WCD9XXX_A_RX_HPH_CNP_EN__POR		(0x80)
-#define WCD9XXX_A_RX_HPH_CNP_EN			(0x1AB)
-#define WCD9XXX_A_RX_HPH_CNP_EN__POR		(0x80)
-#define WCD9XXX_A_BIAS_CENTRAL_BG_CTL		(0x101)
-#define WCD9XXX_A_BIAS_CENTRAL_BG_CTL__POR	(0x50)
-#define WCD9XXX_A_CLK_BUFF_EN1			(0x108)
-#define WCD9XXX_A_CLK_BUFF_EN1__POR		(0x04)
-#define WCD9XXX_A_CLK_BUFF_EN2			(0x109)
-#define WCD9XXX_A_CLK_BUFF_EN2__POR		(0x02)
-#define WCD9XXX_A_RX_COM_BIAS			(0x1A2)
-#define WCD9XXX_A_RX_COM_BIAS__POR		(0x00)
-#define WCD9XXX_A_RC_OSC_FREQ			(0x1FA)
-#define WCD9XXX_A_RC_OSC_FREQ__POR		(0x46)
-#define WCD9XXX_A_BIAS_OSC_BG_CTL		(0x105)
-#define WCD9XXX_A_BIAS_OSC_BG_CTL__POR		(0x16)
-#define WCD9XXX_A_RC_OSC_TEST			(0x1FB)
-#define WCD9XXX_A_RC_OSC_TEST__POR		(0x0A)
-#define WCD9XXX_A_CDC_CLK_MCLK_CTL		(0x311)
-#define WCD9XXX_A_CDC_CLK_MCLK_CTL__POR		(0x00)
-
-#define WCD9XXX_A_CDC_MBHC_EN_CTL		(0x3C0)
-#define WCD9XXX_A_CDC_MBHC_EN_CTL__POR		(0x00)
-#define WCD9XXX_A_CDC_MBHC_FIR_B1_CFG		(0x3C1)
-#define WCD9XXX_A_CDC_MBHC_FIR_B1_CFG__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_FIR_B2_CFG		(0x3C2)
-#define WCD9XXX_A_CDC_MBHC_FIR_B2_CFG__POR	(0x06)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B1_CTL		(0x3C3)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B1_CTL__POR	(0x03)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B2_CTL		(0x3C4)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B2_CTL__POR	(0x09)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B3_CTL		(0x3C5)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B3_CTL__POR	(0x1E)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B4_CTL		(0x3C6)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B4_CTL__POR	(0x45)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B5_CTL		(0x3C7)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B5_CTL__POR	(0x04)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B6_CTL		(0x3C8)
-#define WCD9XXX_A_CDC_MBHC_TIMER_B6_CTL__POR	(0x78)
-#define WCD9XXX_A_CDC_MBHC_B1_STATUS		(0x3C9)
-#define WCD9XXX_A_CDC_MBHC_B1_STATUS__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_B2_STATUS		(0x3CA)
-#define WCD9XXX_A_CDC_MBHC_B2_STATUS__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_B3_STATUS		(0x3CB)
-#define WCD9XXX_A_CDC_MBHC_B3_STATUS__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_B4_STATUS		(0x3CC)
-#define WCD9XXX_A_CDC_MBHC_B4_STATUS__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_B5_STATUS		(0x3CD)
-#define WCD9XXX_A_CDC_MBHC_B5_STATUS__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_B1_CTL		(0x3CE)
-#define WCD9XXX_A_CDC_MBHC_B1_CTL__POR		(0xC0)
-#define WCD9XXX_A_CDC_MBHC_B2_CTL		(0x3CF)
-#define WCD9XXX_A_CDC_MBHC_B2_CTL__POR		(0x5D)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B1_CTL		(0x3D0)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B1_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B2_CTL		(0x3D1)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B2_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B3_CTL		(0x3D2)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B3_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B4_CTL		(0x3D3)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B4_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B5_CTL		(0x3D4)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B5_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B6_CTL		(0x3D5)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B6_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B7_CTL		(0x3D6)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B7_CTL__POR	(0xFF)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B8_CTL		(0x3D7)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B8_CTL__POR	(0x07)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B9_CTL		(0x3D8)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B9_CTL__POR	(0xFF)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B10_CTL		(0x3D9)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B10_CTL__POR	(0x7F)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B11_CTL		(0x3DA)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B11_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B12_CTL		(0x3DB)
-#define WCD9XXX_A_CDC_MBHC_VOLT_B12_CTL__POR	(0x80)
-#define WCD9XXX_A_CDC_MBHC_CLK_CTL		(0x3DC)
-#define WCD9XXX_A_CDC_MBHC_CLK_CTL__POR		(0x00)
-#define WCD9XXX_A_CDC_MBHC_INT_CTL		(0x3DD)
-#define WCD9XXX_A_CDC_MBHC_INT_CTL__POR		(0x00)
-#define WCD9XXX_A_CDC_MBHC_DEBUG_CTL		(0x3DE)
-#define WCD9XXX_A_CDC_MBHC_DEBUG_CTL__POR	(0x00)
-#define WCD9XXX_A_CDC_MBHC_SPARE		(0x3DF)
-#define WCD9XXX_A_CDC_MBHC_SPARE__POR		(0x00)
-#define WCD9XXX_A_MBHC_SCALING_MUX_1		(0x14E)
-#define WCD9XXX_A_MBHC_SCALING_MUX_1__POR	(0x00)
-#define WCD9XXX_A_RX_HPH_OCP_CTL		(0x1AA)
-#define WCD9XXX_A_RX_HPH_OCP_CTL__POR		(0x68)
-#define WCD9XXX_A_MICB_1_CTL			(0x12B)
-#define WCD9XXX_A_MICB_1_CTL__POR		(0x16)
-#define WCD9XXX_A_MICB_1_INT_RBIAS		(0x12C)
-#define WCD9XXX_A_MICB_1_INT_RBIAS__POR		(0x24)
-#define WCD9XXX_A_MICB_1_MBHC			(0x12D)
-#define WCD9XXX_A_MICB_1_MBHC__POR		(0x01)
-#define WCD9XXX_A_MICB_CFILT_2_CTL		(0x12E)
-#define WCD9XXX_A_MICB_CFILT_2_CTL__POR		(0x40)
-#define WCD9XXX_A_MICB_CFILT_2_VAL		(0x12F)
-#define WCD9XXX_A_MICB_CFILT_2_VAL__POR		(0x80)
-#define WCD9XXX_A_MICB_CFILT_2_PRECHRG		(0x130)
-#define WCD9XXX_A_MICB_CFILT_2_PRECHRG__POR	(0x38)
-#define WCD9XXX_A_MICB_2_CTL			(0x131)
-#define WCD9XXX_A_MICB_2_CTL__POR		(0x16)
-#define WCD9XXX_A_MICB_2_INT_RBIAS		(0x132)
-#define WCD9XXX_A_MICB_2_INT_RBIAS__POR		(0x24)
-#define WCD9XXX_A_MICB_2_MBHC			(0x133)
-#define WCD9XXX_A_MICB_2_MBHC__POR		(0x02)
-#define WCD9XXX_A_MICB_CFILT_3_CTL		(0x134)
-#define WCD9XXX_A_MICB_CFILT_3_CTL__POR		(0x40)
-#define WCD9XXX_A_MICB_CFILT_3_VAL		(0x135)
-#define WCD9XXX_A_MICB_CFILT_3_VAL__POR		(0x80)
-#define WCD9XXX_A_MICB_CFILT_3_PRECHRG		(0x136)
-#define WCD9XXX_A_MICB_CFILT_3_PRECHRG__POR	(0x38)
-#define WCD9XXX_A_MICB_3_CTL			(0x137)
-#define WCD9XXX_A_MICB_3_CTL__POR		(0x16)
-#define WCD9XXX_A_MICB_3_INT_RBIAS		(0x138)
-#define WCD9XXX_A_MICB_3_INT_RBIAS__POR		(0x24)
-#define WCD9XXX_A_MICB_3_MBHC			(0x139)
-#define WCD9XXX_A_MICB_3_MBHC__POR		(0x00)
-#define WCD9XXX_A_MICB_4_CTL			(0x13D)
-#define WCD9XXX_A_MICB_4_CTL__POR		(0x16)
-#define WCD9XXX_A_MICB_4_INT_RBIAS		(0x13E)
-#define WCD9XXX_A_MICB_4_INT_RBIAS__POR		(0x24)
-#define WCD9XXX_A_MICB_4_MBHC			(0x13F)
-#define WCD9XXX_A_MICB_4_MBHC__POR		(0x01)
-#define WCD9XXX_A_MICB_CFILT_1_VAL		(0x129)
-#define WCD9XXX_A_MICB_CFILT_1_VAL__POR		(0x80)
-#define WCD9XXX_A_RX_HPH_L_STATUS		(0x1B3)
-#define WCD9XXX_A_RX_HPH_L_STATUS__POR		(0x00)
-#define WCD9XXX_A_MBHC_HPH			(0x1FE)
-#define WCD9XXX_A_MBHC_HPH__POR			(0x44)
-#define WCD9XXX_A_RX_HPH_CNP_WG_TIME		(0x1AD)
-#define WCD9XXX_A_RX_HPH_CNP_WG_TIME__POR	(0x2A)
-#define WCD9XXX_A_RX_HPH_R_DAC_CTL		(0x1B7)
-#define WCD9XXX_A_RX_HPH_R_DAC_CTL__POR		(0x00)
-#define WCD9XXX_A_RX_HPH_L_DAC_CTL		(0x1B1)
-#define WCD9XXX_A_RX_HPH_L_DAC_CTL__POR		(0x00)
-#define WCD9XXX_A_TX_7_MBHC_EN			(0x171)
-#define WCD9XXX_A_TX_7_MBHC_EN__POR		(0x0C)
-#define WCD9XXX_A_PIN_CTL_OE0			(0x010)
-#define WCD9XXX_A_PIN_CTL_OE0__POR		(0x00)
-#define WCD9XXX_A_PIN_CTL_OE1			(0x011)
-#define WCD9XXX_A_PIN_CTL_OE1__POR		(0x00)
-#define WCD9XXX_A_MICB_CFILT_1_CTL		(0x128)
-#define WCD9XXX_A_LDO_H_MODE_1			(0x110)
-#define WCD9XXX_A_LDO_H_MODE_1__POR		(0x65)
-#define WCD9XXX_A_MICB_CFILT_1_CTL__POR		(0x40)
-#define WCD9XXX_A_TX_7_MBHC_TEST_CTL		(0x174)
-#define WCD9XXX_A_TX_7_MBHC_TEST_CTL__POR	(0x38)
-#define WCD9XXX_A_MBHC_SCALING_MUX_2		(0x14F)
-#define WCD9XXX_A_MBHC_SCALING_MUX_2__POR	(0x80)
-#define WCD9XXX_A_TX_COM_BIAS			(0x14C)
-#define WCD9XXX_A_TX_COM_BIAS__POR		(0xF0)
-
-#define WCD9XXX_A_MBHC_INSERT_DETECT		(0x14A) /* TAIKO and later */
-#define WCD9XXX_A_MBHC_INSERT_DETECT__POR	(0x00)
-#define WCD9XXX_A_MBHC_INSERT_DET_STATUS	(0x14B) /* TAIKO and later */
-#define WCD9XXX_A_MBHC_INSERT_DET_STATUS__POR	(0x00)
-#define WCD9XXX_A_MAD_ANA_CTRL			(0x150)
-#define WCD9XXX_A_MAD_ANA_CTRL__POR		(0xF1)
-
-
-#define WCD9XXX_A_CDC_CLK_OTHR_CTL			(0x30C)
-#define WCD9XXX_A_CDC_CLK_OTHR_CTL__POR				(0x00)
-
-/* Class H related common registers */
-#define WCD9XXX_A_BUCK_MODE_1			(0x181)
-#define WCD9XXX_A_BUCK_MODE_1__POR				(0x21)
-#define WCD9XXX_A_BUCK_MODE_2			(0x182)
-#define WCD9XXX_A_BUCK_MODE_2__POR				(0xFF)
-#define WCD9XXX_A_BUCK_MODE_3			(0x183)
-#define WCD9XXX_A_BUCK_MODE_3__POR				(0xCC)
-#define WCD9XXX_A_BUCK_MODE_4			(0x184)
-#define WCD9XXX_A_BUCK_MODE_4__POR				(0x3A)
-#define WCD9XXX_A_BUCK_MODE_5			(0x185)
-#define WCD9XXX_A_BUCK_MODE_5__POR				(0x00)
-#define WCD9XXX_A_BUCK_CTRL_VCL_1			(0x186)
-#define WCD9XXX_A_BUCK_CTRL_VCL_1__POR				(0x48)
-#define WCD9XXX_A_BUCK_CTRL_VCL_2			(0x187)
-#define WCD9XXX_A_BUCK_CTRL_VCL_2__POR				(0xA3)
-#define WCD9XXX_A_BUCK_CTRL_VCL_3			(0x188)
-#define WCD9XXX_A_BUCK_CTRL_VCL_3__POR				(0x82)
-#define WCD9XXX_A_BUCK_CTRL_CCL_1			(0x189)
-#define WCD9XXX_A_BUCK_CTRL_CCL_1__POR				(0xAB)
-#define WCD9XXX_A_BUCK_CTRL_CCL_2			(0x18A)
-#define WCD9XXX_A_BUCK_CTRL_CCL_2__POR				(0xDC)
-#define WCD9XXX_A_BUCK_CTRL_CCL_3			(0x18B)
-#define WCD9XXX_A_BUCK_CTRL_CCL_3__POR				(0x6A)
-#define WCD9XXX_A_BUCK_CTRL_CCL_4			(0x18C)
-#define WCD9XXX_A_BUCK_CTRL_CCL_4__POR				(0x58)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_1			(0x18D)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_1__POR				(0x50)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_2			(0x18E)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_2__POR				(0x64)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_3			(0x18F)
-#define WCD9XXX_A_BUCK_CTRL_PWM_DRVR_3__POR				(0x77)
-#define WCD9XXX_A_BUCK_TMUX_A_D			(0x190)
-#define WCD9XXX_A_BUCK_TMUX_A_D__POR				(0x00)
-#define WCD9XXX_A_NCP_EN			(0x192)
-#define WCD9XXX_A_NCP_EN__POR				(0xFE)
-#define WCD9XXX_A_NCP_STATIC			(0x194)
-#define WCD9XXX_A_NCP_STATIC__POR				(0x28)
-#define WCD9XXX_A_NCP_BUCKREF			(0x191)
-#define WCD9XXX_A_NCP_BUCKREF__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_B1_CTL			(0x320)
-#define WCD9XXX_A_CDC_CLSH_B1_CTL__POR				(0xE4)
-#define WCD9XXX_A_CDC_CLSH_B2_CTL			(0x321)
-#define WCD9XXX_A_CDC_CLSH_B2_CTL__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_B3_CTL			(0x322)
-#define WCD9XXX_A_CDC_CLSH_B3_CTL__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_BUCK_NCP_VARS			(0x323)
-#define WCD9XXX_A_CDC_CLSH_BUCK_NCP_VARS__POR			(0x00)
-#define WCD9XXX_A_CDC_CLSH_IDLE_HPH_THSD			(0x324)
-#define WCD9XXX_A_CDC_CLSH_IDLE_HPH_THSD__POR			(0x12)
-#define WCD9XXX_A_CDC_CLSH_IDLE_EAR_THSD			(0x325)
-#define WCD9XXX_A_CDC_CLSH_IDLE_EAR_THSD__POR			(0x0C)
-#define WCD9XXX_A_CDC_CLSH_FCLKONLY_HPH_THSD			(0x326)
-#define WCD9XXX_A_CDC_CLSH_FCLKONLY_HPH_THSD__POR		(0x18)
-#define WCD9XXX_A_CDC_CLSH_FCLKONLY_EAR_THSD			(0x327)
-#define WCD9XXX_A_CDC_CLSH_FCLKONLY_EAR_THSD__POR		(0x23)
-#define WCD9XXX_A_CDC_CLSH_K_ADDR			(0x328)
-#define WCD9XXX_A_CDC_CLSH_K_ADDR__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_K_DATA			(0x329)
-#define WCD9XXX_A_CDC_CLSH_K_DATA__POR				(0xA4)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_L			(0x32A)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_L__POR				(0xD7)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_U			(0x32B)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_HPH_U__POR				(0x05)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_L			(0x32C)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_L__POR				(0x60)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_U			(0x32D)
-#define WCD9XXX_A_CDC_CLSH_I_PA_FACT_EAR_U__POR				(0x09)
-#define WCD9XXX_A_CDC_CLSH_V_PA_HD_EAR			(0x32E)
-#define WCD9XXX_A_CDC_CLSH_V_PA_HD_EAR__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_V_PA_HD_HPH			(0x32F)
-#define WCD9XXX_A_CDC_CLSH_V_PA_HD_HPH__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_EAR			(0x330)
-#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_EAR__POR				(0x00)
-#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_HPH			(0x331)
-#define WCD9XXX_A_CDC_CLSH_V_PA_MIN_HPH__POR				(0x00)
-
-#define WCD9XXX_A_CDC_RX1_B6_CTL			(0x2B5)
-#define WCD9XXX_A_CDC_RX1_B6_CTL__POR				(0x80)
-#define WCD9XXX_A_CDC_RX2_B6_CTL			(0x2BD)
-#define WCD9XXX_A_CDC_RX2_B6_CTL__POR				(0x80)
-#define WCD9XXX_A_RX_HPH_L_GAIN				(0x1AE)
-#define WCD9XXX_A_RX_HPH_L_GAIN__POR				(0x00)
-#define WCD9XXX_A_RX_HPH_R_GAIN				(0x1B4)
-#define WCD9XXX_A_RX_HPH_R_GAIN__POR				(0x00)
-#define WCD9XXX_A_RX_HPH_CHOP_CTL			(0x1A5)
-#define WCD9XXX_A_RX_HPH_CHOP_CTL__POR				(0xB4)
-#define WCD9XXX_A_RX_HPH_BIAS_PA			(0x1A6)
-#define WCD9XXX_A_RX_HPH_BIAS_PA__POR				(0x7A)
-#define WCD9XXX_A_RX_HPH_L_TEST				(0x1AF)
-#define WCD9XXX_A_RX_HPH_L_TEST__POR				(0x00)
-#define WCD9XXX_A_RX_HPH_R_TEST				(0x1B5)
-#define WCD9XXX_A_RX_HPH_R_TEST__POR				(0x00)
-#define WCD9XXX_A_CDC_CLK_RX_B1_CTL			(0x30F)
-#define WCD9XXX_A_CDC_CLK_RX_B1_CTL__POR			(0x00)
-#define WCD9XXX_A_NCP_CLK				(0x193)
-#define WCD9XXX_A_NCP_CLK__POR					(0x94)
-#define WCD9XXX_A_RX_HPH_BIAS_WG_OCP			(0x1A9)
-#define WCD9XXX_A_RX_HPH_BIAS_WG_OCP__POR			(0x2A)
-#define WCD9XXX_A_RX_HPH_CNP_WG_CTL			(0x1AC)
-#define WCD9XXX_A_RX_HPH_CNP_WG_CTL__POR			(0xDE)
-#define WCD9XXX_A_RX_HPH_L_PA_CTL			(0x1B0)
-#define WCD9XXX_A_RX_HPH_L_PA_CTL__POR				(0x42)
-#define WCD9XXX_A_RX_HPH_R_PA_CTL			(0x1B6)
-#define WCD9XXX_A_RX_HPH_R_PA_CTL__POR				(0x42)
-#define WCD9XXX_A_CDC_CONN_RX2_B1_CTL			(0x383)
-#define WCD9XXX_A_CDC_CONN_RX2_B1_CTL__POR			(0x00)
-#define WCD9XXX_A_CDC_PA_RAMP_B1_CTL			(0x361)
-#define WCD9XXX_A_CDC_PA_RAMP_B1_CTL__POR			(0x00)
-#define WCD9XXX_A_CDC_PA_RAMP_B2_CTL			(0x362)
-#define WCD9XXX_A_CDC_PA_RAMP_B2_CTL__POR			(0x00)
-#define WCD9XXX_A_CDC_PA_RAMP_B3_CTL			(0x363)
-#define WCD9XXX_A_CDC_PA_RAMP_B3_CTL__POR			(0x00)
-#define WCD9XXX_A_CDC_PA_RAMP_B4_CTL			(0x364)
-#define WCD9XXX_A_CDC_PA_RAMP_B4_CTL__POR			(0x00)
-
-#define WCD9330_A_LEAKAGE_CTL				(0x03C)
-#define WCD9330_A_LEAKAGE_CTL__POR				(0x04)
-#define WCD9330_A_CDC_CTL				(0x034)
-#define WCD9330_A_CDC_CTL__POR					(0x00)
-
-/* Class-H registers for codecs from and above WCD9335 */
-#define WCD9XXX_A_CDC_RX0_RX_PATH_CFG0			(0xB42)
-#define WCD9XXX_A_CDC_RX1_RX_PATH_CFG0			(0xB56)
-#define WCD9XXX_A_CDC_RX2_RX_PATH_CFG0			(0xB6A)
-#define WCD9XXX_A_CDC_CLSH_K1_MSB			(0xC08)
-#define WCD9XXX_A_CDC_CLSH_K1_LSB			(0xC09)
-#define WCD9XXX_A_ANA_RX_SUPPLIES			(0x608)
-#define WCD9XXX_A_ANA_HPH				(0x609)
-#define WCD9XXX_A_CDC_CLSH_CRC				(0xC01)
-#define WCD9XXX_FLYBACK_EN				(0x6A4)
-#define WCD9XXX_FLYBACK_VNEG_CTRL_1			(0x6A5)
-#define WCD9XXX_FLYBACK_VNEGDAC_CTRL_2			(0x6AF)
-#define WCD9XXX_RX_BIAS_FLYB_BUFF			(0x6C7)
-#define WCD9XXX_HPH_L_EN				(0x6D3)
-#define WCD9XXX_HPH_R_EN				(0x6D6)
-#define WCD9XXX_HPH_REFBUFF_UHQA_CTL			(0x6DD)
-#define WCD9XXX_CLASSH_CTRL_VCL_2                       (0x69B)
-#define WCD9XXX_CDC_CLSH_HPH_V_PA			(0xC04)
-#define WCD9XXX_CDC_RX0_RX_PATH_SEC0			(0xB49)
-#define WCD9XXX_CDC_RX1_RX_PATH_CTL			(0xB55)
-#define WCD9XXX_CDC_RX2_RX_PATH_CTL			(0xB69)
-#define WCD9XXX_CDC_CLK_RST_CTRL_MCLK_CONTROL		(0xD41)
-#define WCD9XXX_CLASSH_CTRL_CCL_1                       (0x69C)
-
-/* RX Gain control registers of codecs from and above WCD9335 */
-#define WCD9XXX_CDC_RX1_RX_VOL_CTL			(0xB59)
-#define WCD9XXX_CDC_RX1_RX_VOL_MIX_CTL			(0xB5C)
-#define WCD9XXX_CDC_RX1_RX_PATH_SEC1			(0xB5E)
-#define WCD9XXX_CDC_RX2_RX_VOL_CTL			(0xB6D)
-#define WCD9XXX_CDC_RX2_RX_VOL_MIX_CTL			(0xB70)
-#define WCD9XXX_CDC_RX2_RX_PATH_SEC1			(0xB72)
-
-/* Class-H registers for codecs from and above WCD934X */
-#define WCD9XXX_HPH_CNP_WG_CTL                          (0x06cc)
-#define WCD9XXX_FLYBACK_VNEG_CTRL_4			(0x06a8)
-#define WCD9XXX_HPH_NEW_INT_PA_MISC2			(0x0738)
-#define WCD9XXX_RX_BIAS_HPH_LOWPOWER			(0x06bf)
-#define WCD9XXX_HPH_PA_CTL1				(0x06d1)
-#endif