Many of the Realtek I2C/SPI devices only support single register read and write operations so don't benefit from using the rbtree cache instead of the more modern maple tree cache, convert them to maple tree. Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> --- Mark Brown (16): ASoC: rt1011: Use maple tree register cache ASoC: rt1019: Use maple tree register cache ASoC: rt1305: Use maple tree register cache ASoC: rt1308: Use maple tree register cache ASoC: rt5514: Use maple tree register cache ASoC: rt5616: Use maple tree register cache ASoC: rt5631: Use maple tree register cache ASoC: rt5640: Use maple tree register cache ASoC: rt5645: Use maple tree register cache ASoC: rt5651: Use maple tree register cache ASoC: rt5660: Use maple tree register cache ASoC: rt5665: Use maple tree register cache ASoC: rt5665: Use maple tree register cache ASoC: rt5668: Use maple tree register cache ASoC: rt5670: Use maple tree register cache ASoC: rt5682: Use maple tree register cache sound/soc/codecs/rt1011.c | 2 +- sound/soc/codecs/rt1019.c | 2 +- sound/soc/codecs/rt1305.c | 2 +- sound/soc/codecs/rt1308.c | 2 +- sound/soc/codecs/rt5514.c | 2 +- sound/soc/codecs/rt5616.c | 2 +- sound/soc/codecs/rt5631.c | 2 +- sound/soc/codecs/rt5640.c | 2 +- sound/soc/codecs/rt5645.c | 4 ++-- sound/soc/codecs/rt5651.c | 2 +- sound/soc/codecs/rt5660.c | 2 +- sound/soc/codecs/rt5663.c | 4 ++-- sound/soc/codecs/rt5665.c | 2 +- sound/soc/codecs/rt5668.c | 2 +- sound/soc/codecs/rt5670.c | 2 +- sound/soc/codecs/rt5682-i2c.c | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) --- base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7 change-id: 20230609-asoc-rt-maple-8a75e2da9555 Best regards, -- Mark Brown <broonie@xxxxxxxxxx>