summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-30 07:20:17 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-30 07:20:17 -0700
commit971aa31600c47cb583750c6258d1cc46632fb5cd (patch)
tree368fe1b991e81f9a2d1634f84736e95c78b7a359 /sound
parent4166896b94303a3f8952d9af6f06fdb7a2b1b45d (diff)
parent5a9ebdbc6ad700e59534f59e2daa7d697d124d06 (diff)
Merge "ASoC: sdm660-cdc: Change val_bits to 8 from 32 in digital cdc regmap"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/sdm660_cdc/msm-digital-cdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sdm660_cdc/msm-digital-cdc.c b/sound/soc/codecs/sdm660_cdc/msm-digital-cdc.c
index 3aa502ba065f..2f8c8d6b8a7a 100644
--- a/sound/soc/codecs/sdm660_cdc/msm-digital-cdc.c
+++ b/sound/soc/codecs/sdm660_cdc/msm-digital-cdc.c
@@ -2016,7 +2016,7 @@ static struct snd_soc_codec_driver soc_msm_dig_codec = {
const struct regmap_config msm_digital_regmap_config = {
.reg_bits = 32,
.reg_stride = 4,
- .val_bits = 32,
+ .val_bits = 8,
.lock = enable_digital_callback,
.unlock = disable_digital_callback,
.cache_type = REGCACHE_FLAT,