mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
ASoC: wm2000: Correct register size
commit d0e12f3ff3 upstream.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1437cb571c
commit
d20ff72cde
|
|
@ -692,7 +692,7 @@ static int wm2000_resume(struct snd_soc_codec *codec)
|
|||
#endif
|
||||
|
||||
static const struct regmap_config wm2000_regmap = {
|
||||
.reg_bits = 8,
|
||||
.reg_bits = 16,
|
||||
.val_bits = 8,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user