mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ASoC: msm8x16-wcd: update codec readable register table.
Update codec readable register table with some of the missing entries. Change-Id: If3bafdebf1bfff4c830565ec8ba4488f88801a8f Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
This commit is contained in:
parent
7f40d1e554
commit
fc5629d973
1 changed files with 4 additions and 0 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Reference in a new issue