diff options
author | Mark Brown <broonie@kernel.org> | 2023-08-17 18:36:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-17 18:36:42 +0100 |
commit | 44cb08fd23feccc1e1a5019e8ddc926b01db259e (patch) | |
tree | a028e40c6636e5e6b6748aa9ca29b5c8d403bdd3 /include/sound/rt5668.h | |
parent | b41efc224a5c859ce982ab73e8a05ecac73d4752 (diff) | |
parent | 8793bee716452e5e2f9bf085fbe01f9e3d1e659f (diff) |
ASoC: Convert remaining Realtek codecs to GPIO
Merge series from Linus Walleij <linus.walleij@linaro.org>:
After dropping unused headers a few Realtek devices
actually using the GPIO descriptors remain.
Converting them to use optional GPIO descriptors is
pretty straight-forward.
Diffstat (limited to 'include/sound/rt5668.h')
-rw-r--r-- | include/sound/rt5668.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/rt5668.h b/include/sound/rt5668.h index 182edfbc9e7a..b682418c6cd6 100644 --- a/include/sound/rt5668.h +++ b/include/sound/rt5668.h @@ -25,9 +25,6 @@ enum rt5668_jd_src { }; struct rt5668_platform_data { - - int ldo1_en; /* GPIO for LDO1_EN */ - enum rt5668_dmic1_data_pin dmic1_data_pin; enum rt5668_dmic1_clk_pin dmic1_clk_pin; enum rt5668_jd_src jd_src; |