diff options
Diffstat (limited to 'sound/soc/codecs/cs4265.c')
| -rw-r--r-- | sound/soc/codecs/cs4265.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c index 0cfc5ab36a13..1ed1e60d8e53 100644 --- a/sound/soc/codecs/cs4265.c +++ b/sound/soc/codecs/cs4265.c @@ -564,7 +564,7 @@ static const struct regmap_config cs4265_regmap = {  	.num_reg_defaults = ARRAY_SIZE(cs4265_reg_defaults),  	.readable_reg = cs4265_readable_register,  	.volatile_reg = cs4265_volatile_register, -	.cache_type = REGCACHE_RBTREE, +	.cache_type = REGCACHE_MAPLE,  };  static int cs4265_i2c_probe(struct i2c_client *i2c_client)  |