Commit 9b4156cb authored by Leon Romanovsky's avatar Leon Romanovsky Committed by Mark Brown

ASoC: alc5632: Added support of two undocumented registers

There are two undocumented registers in use in alc5632_i2c_probe
function. It must be added to support future rewrite of this
function to use regmap API completely.
Signed-off-by: default avatarLeon Romanovsky <leon@leon.nu>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 43fa8e53
...@@ -104,6 +104,8 @@ static bool alc5632_volatile_register(struct device *dev, ...@@ -104,6 +104,8 @@ static bool alc5632_volatile_register(struct device *dev,
case ALC5632_OVER_CURR_STATUS: case ALC5632_OVER_CURR_STATUS:
case ALC5632_HID_CTRL_DATA: case ALC5632_HID_CTRL_DATA:
case ALC5632_EQ_CTRL: case ALC5632_EQ_CTRL:
case ALC5632_VENDOR_ID1:
case ALC5632_VENDOR_ID2:
return true; return true;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment