aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8753.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-12-13 06:55:39 -0500
committerTakashi Iwai <tiwai@suse.de>2010-12-13 06:58:59 -0500
commitfdea0571ddca8e3f22448f66d72a034575abea28 (patch)
treee16a5a57e667eb9b3f442ac6dd4509a0c20b57d8 /sound/soc/codecs/wm8753.c
parent20aeeb356ba2e8daa99b5942c528ae2b3ea28433 (diff)
ASoC: Fix merge errors with flush_scheduled_work() removal
delayed_work was moved to dapm in the commit ce6120cca2589ede530200c7cfe11ac9f144333c ASoC: Decouple DAPM from CODECs Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r--sound/soc/codecs/wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index 747457193887..73507e71cb79 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -1587,7 +1587,7 @@ static int wm8753_probe(struct snd_soc_codec *codec)
1587/* power down chip */ 1587/* power down chip */
1588static int wm8753_remove(struct snd_soc_codec *codec) 1588static int wm8753_remove(struct snd_soc_codec *codec)
1589{ 1589{
1590 flush_delayed_work_sync(&codec->delayed_work); 1590 flush_delayed_work_sync(&codec->dapm.delayed_work);
1591 wm8753_set_bias_level(codec, SND_SOC_BIAS_OFF); 1591 wm8753_set_bias_level(codec, SND_SOC_BIAS_OFF);
1592 1592
1593 return 0; 1593 return 0;