mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Sound Control: (OPTIONAL) add power amp registers access control as well
Signed-off-by: Paul Reioux <reioux@gmail.com> Signed-off-by: flar2 <asegaert@gmail.com>
This commit is contained in:
parent
b5feb08ab6
commit
54d75c8c36
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ int reg_access(unsigned int reg)
|
|||
int ret = 1;
|
||||
|
||||
switch (reg) {
|
||||
case TABLA_A_RX_HPH_L_GAIN:
|
||||
case TABLA_A_RX_HPH_R_GAIN:
|
||||
case TABLA_A_RX_HPH_L_STATUS:
|
||||
case TABLA_A_RX_HPH_R_STATUS:
|
||||
case TABLA_A_CDC_RX1_VOL_CTL_B2_CTL:
|
||||
case TABLA_A_CDC_RX2_VOL_CTL_B2_CTL:
|
||||
case TABLA_A_CDC_RX3_VOL_CTL_B2_CTL:
|
||||
|
|
Loading…
Reference in a new issue