diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-02-25 11:46:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-01 18:32:22 +0100 |
commit | 54e3a3a152a6f466f3a94b28be10f08b86905bc0 (patch) | |
tree | 0d711307f324cdfaba1f27d92978725be211a3a5 /include/sound | |
parent | ASoC: rt5651: replace codec to component (diff) | |
download | linux-54e3a3a152a6f466f3a94b28be10f08b86905bc0.tar.xz linux-54e3a3a152a6f466f3a94b28be10f08b86905bc0.zip |
ASoC: rt5651: Remove unused rt5651_platform_data
There are no in tree users of platform-data for the rt5651 codec driver,
so lets remove support for it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/rt5651.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sound/rt5651.h b/include/sound/rt5651.h index 18b79a761f10..1612462bf5ad 100644 --- a/include/sound/rt5651.h +++ b/include/sound/rt5651.h @@ -18,12 +18,4 @@ enum rt5651_jd_src { RT5651_JD2, }; -struct rt5651_platform_data { - /* IN2 can optionally be differential */ - bool in2_diff; - - bool dmic_en; - enum rt5651_jd_src jd_src; -}; - #endif |