Re: [PATCH 00/10] ASoC: ad: Update Analog Devices drivers to maple tree register cache
From: Nuno Sá
Date: Thu Jul 13 2023 - 03:02:50 EST
On Thu, 2023-07-13 at 00:13 +0100, Mark Brown wrote:
> The maple tree register cache has now got to feature parity with the
> rbtree cache, there are some different tradeoffs made and it should be a
> better choice for most modern systems. Convert the Analog Devices
> drivers to use the more modern data structure.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
> ---
Reviewed-by: Nuno Sa <nuno.sa@xxxxxxxxxx>
> Mark Brown (10):
> ASoC: ad1836: Update to use maple tree register cache
> ASoC: ad1980: Update to use maple tree register cache
> ASoC: adau1372: Update to use maple tree register cache
> ASoC: adau1373: Update to use maple tree register cache
> ASoC: adau1701: Update to use maple tree register cache
> ASoC: adau1761: Update to use maple tree register cache
> ASoC: adau1781: Update to use maple tree register cache
> ASoC: adau1977: Update to use maple tree register cache
> ASoC: adau7118: Update to use maple tree register cache
> ASoC: adav80x: Update to use maple tree register cache
>
> sound/soc/codecs/ad1836.c | 2 +-
> sound/soc/codecs/ad1980.c | 2 +-
> sound/soc/codecs/adau1372.c | 2 +-
> sound/soc/codecs/adau1373.c | 2 +-
> sound/soc/codecs/adau1701.c | 2 +-
> sound/soc/codecs/adau1761.c | 2 +-
> sound/soc/codecs/adau1781.c | 2 +-
> sound/soc/codecs/adau1977.c | 2 +-
> sound/soc/codecs/adau7118-i2c.c | 2 +-
> sound/soc/codecs/adav80x.c | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
> ---
> base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
> change-id: 20230701-asoc-ad-maple-170068cf0c39
>
> Best regards,