On Sat, 10 Jun 2023 16:26:37 +0200, Mark Brown wrote: > > HDA can only support single register read and write operations so does not > benefit from block writes. This means it gets no benefit from using the > rbtree register cache over the maple tree register cache so convert it to > use maple trees instead, it is more modern. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Thanks, applied to for-next branch. Takashi