summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorAdam Thomson <Adam.Thomson.Opensource@diasemi.com>2015-12-22 18:27:54 +0000
committerXing Zheng <zhengxing@rock-chips.com>2016-04-13 11:38:56 +0800
commit02ab7d036465a2db4a106b167b1889924b2eedfd (patch)
tree55e8332ed08b4c708ec847d4297e7c8e01ddff51 /include/sound
parent62755c409f54137847d48fa1788ebc8193c097f4 (diff)
UPSTREAM: ASoC: da7219: Remove internal LDO features of codec
In AB silicon, the internal LDO is not supported so remove DT and driver references to this (digital voltage direct from 'VDD' supply) Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from commit d8ef140dccc1645aa37a140ed7585458294210b8) Change-Id: I540c28a7dd0994c5dd94889c2cc0f566f8fddb63 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/da7219.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sound/da7219.h b/include/sound/da7219.h
index 3f39e135312d..307198b469bc 100644
--- a/include/sound/da7219.h
+++ b/include/sound/da7219.h
@@ -14,14 +14,6 @@
#ifndef __DA7219_PDATA_H
#define __DA7219_PDATA_H
-/* LDO */
-enum da7219_ldo_lvl_sel {
- DA7219_LDO_LVL_SEL_1_05V = 0,
- DA7219_LDO_LVL_SEL_1_10V,
- DA7219_LDO_LVL_SEL_1_20V,
- DA7219_LDO_LVL_SEL_1_40V,
-};
-
/* Mic Bias */
enum da7219_micbias_voltage {
DA7219_MICBIAS_1_8V = 1,
@@ -41,9 +33,6 @@ enum da7219_mic_amp_in_sel {
struct da7219_aad_pdata;
struct da7219_pdata {
- /* Internal LDO */
- enum da7219_ldo_lvl_sel ldo_lvl_sel;
-
/* Mic */
enum da7219_micbias_voltage micbias_lvl;
enum da7219_mic_amp_in_sel mic_amp_in_sel;