aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-12-08 11:09:27 +0100
committerMark Brown <broonie@kernel.org>2023-12-08 14:31:59 +0000
commit0119b2a24eb592f967a2849b772887c96617ad80 (patch)
tree1622b1cbd95c92e3fd5624ad8dc32103ae56de5b /include/sound
parent10a366f36e2a2e240d9db6da90e501fa16655282 (diff)
downloadlinux-0119b2a24eb592f967a2849b772887c96617ad80.tar.gz
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')
-rw-r--r--include/sound/wm2200.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/wm2200.h b/include/sound/wm2200.h
index 9987e6c09bdce..2e4913ee25056 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];