diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-08-24 12:32:59 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-25 17:59:47 (GMT) |
commit | b1d42598cb654ce63b55ccf27da09dcd914781f3 (patch) | |
tree | b733f09530173675a169293a739b129d5734c25d /sound/soc | |
parent | 4aed4c9efb30253483869c58236ab00bdfa45630 (diff) | |
download | linux-b1d42598cb654ce63b55ccf27da09dcd914781f3.tar.xz |
ASoC: rt5645: Add the register RT5645_CHARGE_PUMP to readable check function
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index d9f3442..0a4cb6b 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -394,6 +394,7 @@ static bool rt5645_readable_register(struct device *dev, unsigned int reg) case RT5645_DEPOP_M1: case RT5645_DEPOP_M2: case RT5645_DEPOP_M3: + case RT5645_CHARGE_PUMP: case RT5645_MICBIAS: case RT5645_A_JD_CTRL1: case RT5645_VAD_CTRL4: |