Searched hist:"4 f69e29ace9dce5f8226bfc99b77b8497d3d3d79" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | rt1308-sdw.c | diff 4f69e29ace9dce5f8226bfc99b77b8497d3d3d79 Sat Jun 10 16:27:17 CEST 2023 Mark Brown <broonie@kernel.org> ASoC: rt1308: Use maple tree register cache
The rt1308 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.
Tested-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20230609-asoc-rt-sdw-maple-v1-6-85ee50c93905@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
|