projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1994a9
)
ASoC: rt5665: increase LDO level
author
Bard Liao
<bardliao@realtek.com>
Wed, 8 Mar 2017 11:05:29 +0000
(19:05 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 8 Mar 2017 12:45:13 +0000
(13:45 +0100)
Too low LDO level will cause a few functions unstable.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5665.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5665.c
b/sound/soc/codecs/rt5665.c
index fe2cf1ed8237a4f1a3ec5694db4140a76913fd50..a4c07c2ee41497fe17e45596e05921ace86eeefb 100644
(file)
--- a/
sound/soc/codecs/rt5665.c
+++ b/
sound/soc/codecs/rt5665.c
@@
-4798,7
+4798,7
@@
static int rt5665_i2c_probe(struct i2c_client *i2c,
/* Enhance performance*/
regmap_update_bits(rt5665->regmap, RT5665_PWR_ANLG_1,
RT5665_HP_DRIVER_MASK | RT5665_LDO1_DVO_MASK,
- RT5665_HP_DRIVER_5X | RT5665_LDO1_DVO_
09
);
+ RT5665_HP_DRIVER_5X | RT5665_LDO1_DVO_
12
);
INIT_DELAYED_WORK(&rt5665->jack_detect_work,
rt5665_jack_detect_handler);