ASoC: Use the maple tree register cache for RealTek
authorMark Brown <broonie@kernel.org>
Thu, 15 Jun 2023 12:52:12 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2023 12:52:12 +0000 (13:52 +0100)
commit06f2c60eee2556259ae0d4da0bf9f3b97629a6dc
tree97a38b1d261c26240b0afda2d27ff8c293d1cd9f
parent45b4ad53d4840d92681060c11fcd4f55b1c2f246
parent22691a051377763e6a4e149b7362944253fb434a
ASoC: Use the maple tree register cache for RealTek

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

The RealTek SoundWire CODECs don't support bulk register operations so
they gain no advantage from using the rbtree cache, convert them to use
the maple tree cache instead - it is more modern.