diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-17 16:03:19 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-17 15:10:12 +0100 |
commit | ab2a5d17064436585807f2ece5e6b4b03769a11f (patch) | |
tree | 6f7c5ab406092e4278c0550485814ebbf54cac49 /include/sound | |
parent | 647a3c4c33cd2c3902cdc07c50f3129166d715f5 (diff) | |
download | linux-stable-ab2a5d17064436585807f2ece5e6b4b03769a11f.tar.gz linux-stable-ab2a5d17064436585807f2ece5e6b4b03769a11f.tar.bz2 linux-stable-ab2a5d17064436585807f2ece5e6b4b03769a11f.zip |
ASoC: rt5668: Convert to use GPIO descriptors
Convert the RT5668 to use GPIO descriptors and drop the
legacy GPIO headers.
We remove the global GPIO number from the platform data,
but it is still possible to create board files using GPIO
descriptor tables, if desired.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230817-descriptors-asoc-rt-v2-3-02fa2ca3e5b0@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-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; |