diff options
| author | Linus Walleij <[email protected]> | 2023-12-08 11:09:25 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-12-08 14:31:57 +0000 |
| commit | b53d47775651aa51bb98cdeb968dedb45699d9a1 (patch) | |
| tree | bf2f71cf65307d5d1b032a4455f2fb91420b80c9 /include | |
| parent | 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab (diff) | |
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 <[email protected]>
Reviewed-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
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; }; |