A lot of the Cirrus Logic devices only support single register read/write operations so they get no benefit from using the rbtree cache over the more modern maple tree cache, convert them to use maple tree. Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> --- Mark Brown (10): ASoC: cs35l32: Use maple tree register cache ASoC: cs35l33: Use maple tree register cache ASoC: cs35l34: Use maple tree register cache ASoC: cs35l35: Use maple tree register cache ASoC: cs4234: Use maple tree register cache ASoC: cs42l42: Use maple tree register cache ASoC: cs42l73: Use maple tree register cache ASoC: cs42l83: Use maple tree register cache ASoC: cs43130: Use maple tree register cache ASoC: cs35l30: Use maple tree register cache sound/soc/codecs/cs35l32.c | 2 +- sound/soc/codecs/cs35l33.c | 2 +- sound/soc/codecs/cs35l34.c | 2 +- sound/soc/codecs/cs35l35.c | 2 +- sound/soc/codecs/cs4234.c | 2 +- sound/soc/codecs/cs42l42.c | 2 +- sound/soc/codecs/cs42l73.c | 2 +- sound/soc/codecs/cs42l83-i2c.c | 2 +- sound/soc/codecs/cs43130.c | 2 +- sound/soc/codecs/cs53l30.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) --- base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7 change-id: 20230609-asoc-cirrus-maple-0aba1f5c18b8 Best regards, -- Mark Brown <broonie@xxxxxxxxxx>