summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5651.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-02-25 11:46:42 +0100
committerMark Brown <broonie@kernel.org>2018-03-01 17:32:22 +0000
commit54e3a3a152a6f466f3a94b28be10f08b86905bc0 (patch)
tree0d711307f324cdfaba1f27d92978725be211a3a5 /sound/soc/codecs/rt5651.h
parent17b52010b50b505fc083ce3b8fb4978e6b543411 (diff)
downloadlinux-next-54e3a3a152a6f466f3a94b28be10f08b86905bc0.tar.gz
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.h2
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;