[PATCH 0/2] ASoC: rt5677: add GPIO get_direction and enable standalone compilation
From: Diogo Ivo
Date: Sat Jun 20 2026 - 09:51:39 EST
This small series fixes two issues in the RT5677 ASoC codec driver:
- Patch 1 adds the missing GPIO .get_direction() callback, allowing
the direction of GPIO pins to be queried.
- Patch 2 makes the Kconfig option user-visible so the driver can be
built standalone for example when using generic audio-graph-card
bindings, which do not pull in specific codec drivers via select/imply.
Signed-off-by: Diogo Ivo <diogo.ivo@xxxxxxxxxxx>
---
Diogo Ivo (2):
ASoC: rt5677: Add GPIO .get_direction() callback
ASoC: rt5677: Enable standalone compilation for generic card use
sound/soc/codecs/Kconfig | 2 +-
sound/soc/codecs/rt5677.c | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
---
base-commit: 1a3746ccbb0a97bed3c06ccde6b880013b1dddc1
change-id: 20260620-smaug-audio-34f0209f22b4
Best regards,
--
Diogo Ivo <diogo.ivo@xxxxxxxxxxx>