diff options
author | Nicolas Boichat <drinkcat@chromium.org> | 2015-07-17 04:58:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-17 13:16:00 +0200 |
commit | 582edace0b2af5f5fd44446ff6651a23417f1aee (patch) | |
tree | a16318f0b3ab763bb798e7bc883520b7f45a2876 /sound/soc/codecs/rt5645.c | |
parent | ASoC: rt5645: Simplify rt5645_enable_push_button_irq (diff) | |
download | linux-582edace0b2af5f5fd44446ff6651a23417f1aee.tar.xz linux-582edace0b2af5f5fd44446ff6651a23417f1aee.zip |
ASoC: rt5645: Remove unused rt5645 variable
"ASoC: rt5645: Simplify rt5645_enable_push_button_irq" removes
the test that accessed rt5645->pdata.jd_mode (that test is now
done in rt5645_jack_detect only), so we do not need that
variable anymore.
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 11a2bfc4a059..c16adf4bac0d 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -2763,7 +2763,6 @@ static void rt5645_enable_push_button_irq(struct snd_soc_codec *codec, bool enable) { struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec); - struct rt5645_priv *rt5645 = snd_soc_codec_get_drvdata(codec); if (enable) { snd_soc_dapm_force_enable_pin(dapm, "ADC L power"); |