ASoC: Convert Realtek I2C drivers to use maple tree
authorMark Brown <broonie@kernel.org>
Tue, 20 Jun 2023 14:23:47 +0000 (15:23 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 20 Jun 2023 14:23:47 +0000 (15:23 +0100)
commit246c9f586c7c840b88efc874c949706d3f7df30c
tree9ab2cba5e2537251b89a76d924746b75c0606e7c
parent6f80197f40515853814d0f22e5209d53f899ab91
parenteefc27ea14ad6f5aa4656cf302dec366e1fd62f1
ASoC: Convert Realtek I2C drivers to use maple tree

Merge series from Mark Brown <broonie@kernel.org>:

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.