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 /sound/soc/codecs/rt5651.h | |
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 'sound/soc/codecs/rt5651.h')
-rw-r--r-- | sound/soc/codecs/rt5651.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5651.h b/sound/soc/codecs/rt5651.h index 1ef38429e6a0..148e139e6a26 100644 --- a/sound/soc/codecs/rt5651.h +++ b/sound/soc/codecs/rt5651.h @@ -2060,10 +2060,10 @@ struct rt5651_pll_code { struct rt5651_priv { struct snd_soc_component *component; - struct rt5651_platform_data pdata; struct regmap *regmap; struct snd_soc_jack *hp_jack; struct delayed_work jack_detect_work; + enum rt5651_jd_src jd_src; int sysclk; int sysclk_src; |