diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-08 11:09:25 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-08 15:31:57 +0100 |
commit | b53d47775651aa51bb98cdeb968dedb45699d9a1 (patch) | |
tree | bf2f71cf65307d5d1b032a4455f2fb91420b80c9 /include | |
parent | Linux 6.7-rc3 (diff) | |
download | linux-b53d47775651aa51bb98cdeb968dedb45699d9a1.tar.xz 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')
-rw-r--r-- | include/sound/wm0010.h | 6 |
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; }; |