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:
Paul Reioux 2013-11-20 01:07:50 -06:00 committed by followmsi
parent b5feb08ab6
commit 54d75c8c36

View file

@ -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: