aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-06-06 19:14:53 -0400
committerMark Brown <broonie@kernel.org>2016-06-15 09:09:05 -0400
commit7e74436410a9a74f41f3be9cc45b504e83544f60 (patch)
treec8901561c0c725ee9dfa08fbff7ac8f5dda5c82f
parent10ff08029d9880e4bf70de0535f34ce239af7a9a (diff)
ASoC: sgtl5000: Remove misleading comment
All new designs should use external VDDD according to official documentation. See ER1 in errata sheet: http://cache.nxp.com/files/analog/doc/errata/SGTL5000ER.pdf Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Tested-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/sgtl5000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index 08b40460663c..23766bc4f8e8 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -1113,7 +1113,6 @@ static const u8 vol_quot_table[] = {
1113 * and should be set according to: 1113 * and should be set according to:
1114 * 1. vddd provided by external or not 1114 * 1. vddd provided by external or not
1115 * 2. vdda and vddio voltage value. > 3.1v or not 1115 * 2. vdda and vddio voltage value. > 3.1v or not
1116 * 3. chip revision >=0x11 or not. If >=0x11, not use external vddd.
1117 */ 1116 */
1118static int sgtl5000_set_power_regs(struct snd_soc_codec *codec) 1117static int sgtl5000_set_power_regs(struct snd_soc_codec *codec)
1119{ 1118{