[alsa-devel] [PATCH] ASoC: sgtl5000: fix bad register MIC_BIAS_VOLTAGE setup on probe
Gianluca Renzi
gianlucarenzi at eurekelettronica.it
Fri Sep 25 16:21:27 CEST 2015
Cc: Liam Girdwood <lgirdwood at gmail.com>
Cc: Takashi Iwai <tiwai at suse.com>
Cc: Fabio Estevam <fabio.estevam at freescale.com>
Cc: alsa-devel at alsa-project.org
Cc: linux-kernel at vger.kernel.org
Signed-off-by: Gianluca Renzi <gianlucarenzi at eurekelettronica.it>
---
sound/soc/codecs/sgtl5000.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -up a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
--- a/sound/soc/codecs/sgtl5000.c 2015-09-25 15:24:10.597051191 +0200
+++ b/sound/soc/codecs/sgtl5000.c 2015-09-25 15:24:21.000000000 +0200
@@ -1377,7 +1377,7 @@ static int sgtl5000_probe(struct snd_soc
snd_soc_update_bits(codec, SGTL5000_CHIP_MIC_CTRL,
SGTL5000_BIAS_R_MASK,
- sgtl5000->micbias_voltage << SGTL5000_BIAS_R_SHIFT);
+ sgtl5000->micbias_voltage << SGTL5000_BIAS_VOLT_SHIFT);
/*
* disable DAP
* TODO:
@@ -1549,7 +1549,7 @@ static int sgtl5000_i2c_probe(struct i2c
else {
sgtl5000->micbias_voltage = 0;
dev_err(&client->dev,
- "Unsuitable MicBias resistor\n");
+ "Unsuitable MicBias voltage\n");
}
} else {
sgtl5000->micbias_voltage = 0;
More information about the Alsa-devel
mailing list