From: Leon Romanovsky Date: Thu, 17 Nov 2011 10:01:29 +0000 (+0200) Subject: ASoC: alc5632: Added support of two undocumented registers X-Git-Tag: firefly_0821_release~3680^2~2691^2~451 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b4156cbe9c18605d42ecf80bb99364d0c5b884a;p=firefly-linux-kernel-4.4.55.git 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: Leon Romanovsky Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index 96605423437d..be102281c0a7 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -104,6 +104,8 @@ static bool alc5632_volatile_register(struct device *dev, case ALC5632_OVER_CURR_STATUS: case ALC5632_HID_CTRL_DATA: case ALC5632_EQ_CTRL: + case ALC5632_VENDOR_ID1: + case ALC5632_VENDOR_ID2: return true; default: