mbox series

[0/5] ASoC: Convert remaining Realtek codecs to GPIO descriptors

Message ID 20230817-descriptors-asoc-rt-v1-0-434f5f177cee@linaro.org
Headers show
Series ASoC: Convert remaining Realtek codecs to GPIO descriptors | expand

Message

Linus Walleij Aug. 17, 2023, 1:30 p.m. UTC
After dropping unused headers a few Realtek devices
actually using the GPIO descriptors remain.

Converting them to use optional GPIO descriptors is
pretty straight-forward.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (5):
      ASoC: rt5640: Convert to just use GPIO descriptors
      ASoC: rt5665: Convert to use GPIO descriptors
      ASoC: rt5668: Convert to use GPIO descriptors
      ASoC: rt5682: Convert to use GPIO descriptors
      ASoC: rt5682s: Convert to use GPIO descriptors

 include/sound/rt5665.h        |  2 --
 include/sound/rt5668.h        |  3 ---
 include/sound/rt5682.h        |  3 ---
 include/sound/rt5682s.h       |  3 ---
 sound/soc/codecs/rt5640.c     | 55 ++++++++++++-------------------------------
 sound/soc/codecs/rt5640.h     |  2 +-
 sound/soc/codecs/rt5665.c     | 17 +++++++------
 sound/soc/codecs/rt5668.c     | 17 +++++++------
 sound/soc/codecs/rt5682-i2c.c | 11 ++++-----
 sound/soc/codecs/rt5682-sdw.c |  4 ++++
 sound/soc/codecs/rt5682.c     | 20 ++++++++++++----
 sound/soc/codecs/rt5682.h     |  3 +++
 sound/soc/codecs/rt5682s.c    | 16 ++++++-------
 sound/soc/codecs/rt5682s.h    |  2 ++
 14 files changed, 67 insertions(+), 91 deletions(-)
---
base-commit: c5b06b35a73b80f1af931c2371de084fa77b5c23
change-id: 20230817-descriptors-asoc-rt-9c072934d376

Best regards,