diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 09:59:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 10:33:55 -0500 |
commit | 16c88583dca05034f284ad5c52f007a47673cf35 (patch) | |
tree | f96f264a8b1f64abfd427ef9053cd6321cbc92db /sound/soc/codecs/wm8776.c | |
parent | 983a150a12f8cf729784d3118b25a757f8cbe46a (diff) |
ASoC: Remove unused variable in wm8776 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8776.c')
-rw-r--r-- | sound/soc/codecs/wm8776.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index 223fc5a5c1b0..359319cbc784 100644 --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c | |||
@@ -392,7 +392,6 @@ static int wm8776_resume(struct snd_soc_codec *codec) | |||
392 | static int wm8776_probe(struct snd_soc_codec *codec) | 392 | static int wm8776_probe(struct snd_soc_codec *codec) |
393 | { | 393 | { |
394 | struct wm8776_priv *wm8776 = snd_soc_codec_get_drvdata(codec); | 394 | struct wm8776_priv *wm8776 = snd_soc_codec_get_drvdata(codec); |
395 | struct snd_soc_dapm_context *dapm = &codec->dapm; | ||
396 | int ret = 0; | 395 | int ret = 0; |
397 | 396 | ||
398 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8776->control_type); | 397 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8776->control_type); |