summaryrefslogtreecommitdiffstats
path: root/include/sound/wm0010.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-12-08 11:09:25 +0100
committerMark Brown <broonie@kernel.org>2023-12-08 14:31:57 +0000
commitb53d47775651aa51bb98cdeb968dedb45699d9a1 (patch)
treebf2f71cf65307d5d1b032a4455f2fb91420b80c9 /include/sound/wm0010.h
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab (diff)
downloadlinux-b53d47775651aa51bb98cdeb968dedb45699d9a1.tar.gz
linux-b53d47775651aa51bb98cdeb968dedb45699d9a1.tar.bz2
linux-b53d47775651aa51bb98cdeb968dedb45699d9a1.zip
ASoC: wm0010: Convert to GPIO descriptors
This converts the WM0010 codec to use GPIO descriptors. It's a pretty straight-forward conversion also switching over the single in-tree user in the S3C Cragganmore module for S3C 6410. 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-1-c4dab6f521ec@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/wm0010.h')
-rw-r--r--include/sound/wm0010.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/wm0010.h b/include/sound/wm0010.h
index 13b473935ca1..14ff9056c5d0 100644
--- a/include/sound/wm0010.h
+++ b/include/sound/wm0010.h
@@ -11,12 +11,6 @@
#define WM0010_PDATA_H
struct wm0010_pdata {
- int gpio_reset;
-
- /* Set if there is an inverter between the GPIO controlling
- * the reset signal and the device.
- */
- int reset_active_high;
int irq_flags;
};