projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da1ab6
)
ASoC: es8328: Use single R/W for regmap
author
John Keeping
<john@metanate.com>
Mon, 9 May 2016 11:24:32 +0000
(12:24 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 10 May 2016 17:56:01 +0000
(18:56 +0100)
The chip only supports single reads and writes.
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/es8328.c
b/sound/soc/codecs/es8328.c
index 63e82628222c6109aea58e2041b055f0025f0c6b..d580300d9220a072fe23c90dc003248cf01564ad 100644
(file)
--- a/
sound/soc/codecs/es8328.c
+++ b/
sound/soc/codecs/es8328.c
@@
-713,6
+713,7
@@
const struct regmap_config es8328_regmap_config = {
.val_bits = 8,
.max_register = ES8328_REG_MAX,
.cache_type = REGCACHE_RBTREE,
+ .use_single_rw = true,
};
EXPORT_SYMBOL_GPL(es8328_regmap_config);