diff options
| -rw-r--r-- | sound/soc/codecs/msm8x16-wcd-tables.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/msm8x16-wcd-tables.c b/sound/soc/codecs/msm8x16-wcd-tables.c index edc631ea83e..afa23f62230 100644 --- a/sound/soc/codecs/msm8x16-wcd-tables.c +++ b/sound/soc/codecs/msm8x16-wcd-tables.c @@ -237,6 +237,10 @@ const u8 msm8x16_wcd_reg_readable[MSM8X16_WCD_CACHE_SIZE] = { [MSM8X16_WCD_A_CDC_TX2_CLK_FS_CTL] = 1, [MSM8X16_WCD_A_CDC_TX1_DMIC_CTL] = 1, [MSM8X16_WCD_A_CDC_TX2_DMIC_CTL] = 1, + [MSM8X16_WCD_A_ANALOG_MASTER_BIAS_CTL] = 1, + [MSM8X16_WCD_A_DIGITAL_INT_LATCHED_CLR] = 1, + [MSM8X16_WCD_A_ANALOG_INT_LATCHED_CLR] = 1, + [MSM8X16_WCD_A_ANALOG_NCP_CLIM_ADDR] = 1, }; const u8 msm8x16_wcd_reg_readonly[MSM8X16_WCD_CACHE_SIZE] = { |
