[alsa-devel] [PATCH 2/2] ASoC: pcm1792a: Fix max_register setting
Axel Lin
axel.lin at ingics.com
Sat Oct 12 11:26:49 CEST 2013
According to the datasheet, the max_register is register 23.
Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
sound/soc/codecs/pcm1792a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c
index 2a8eccf..7613181 100644
--- a/sound/soc/codecs/pcm1792a.c
+++ b/sound/soc/codecs/pcm1792a.c
@@ -188,7 +188,7 @@ MODULE_DEVICE_TABLE(of, pcm1792a_of_match);
static const struct regmap_config pcm1792a_regmap = {
.reg_bits = 8,
.val_bits = 8,
- .max_register = 24,
+ .max_register = 23,
.reg_defaults = pcm1792a_reg_defaults,
.num_reg_defaults = ARRAY_SIZE(pcm1792a_reg_defaults),
.writeable_reg = pcm1792a_writeable_reg,
--
1.8.1.2
More information about the Alsa-devel
mailing list