diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-08 13:09:27 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-08 17:31:59 +0300 |
commit | 0119b2a24eb592f967a2849b772887c96617ad80 (patch) | |
tree | 1622b1cbd95c92e3fd5624ad8dc32103ae56de5b /include/sound/wm2200.h | |
parent | 10a366f36e2a2e240d9db6da90e501fa16655282 (diff) | |
download | linux-0119b2a24eb592f967a2849b772887c96617ad80.tar.xz |
ASoC: wm2200: Convert to GPIO descriptors
This converts the WM2200 codec to use GPIO descriptors.
This is a pretty straight-forward conversion, and it also
switches over the single in-tree user in the S3C
Cragganmore module for S3C 6410.
This coded does not seem to get selected or be selectable
through Kconfig, I had to hack another soundcard Kconfig
entry to select it for compile tests.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231208-descriptors-sound-wlf-v1-3-c4dab6f521ec@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/wm2200.h')
-rw-r--r-- | include/sound/wm2200.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/wm2200.h b/include/sound/wm2200.h index 9987e6c09bdc..2e4913ee2505 100644 --- a/include/sound/wm2200.h +++ b/include/sound/wm2200.h @@ -42,8 +42,6 @@ struct wm2200_micbias { }; struct wm2200_pdata { - int reset; /** GPIO controlling /RESET, if any */ - int ldo_ena; /** GPIO controlling LODENA, if any */ int irq_flags; int gpio_defaults[4]; |