Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230373
b: refs/heads/master
c: fdea057
h: refs/heads/master
i:
  230371: 6db68d7
v: v3
  • Loading branch information
Takashi Iwai committed Dec 13, 2010
1 parent 7a2968b commit 53f11d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20aeeb356ba2e8daa99b5942c528ae2b3ea28433
refs/heads/master: fdea0571ddca8e3f22448f66d72a034575abea28
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8350.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ static int wm8350_codec_remove(struct snd_soc_codec *codec)

/* if there was any work waiting then we run it now and
* wait for its completion */
flush_delayed_work_sync(&codec->delayed_work);
flush_delayed_work_sync(&codec->dapm.delayed_work);

wm8350_set_bias_level(codec, SND_SOC_BIAS_OFF);

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ static int wm8753_probe(struct snd_soc_codec *codec)
/* power down chip */
static int wm8753_remove(struct snd_soc_codec *codec)
{
flush_delayed_work_sync(&codec->delayed_work);
flush_delayed_work_sync(&codec->dapm.delayed_work);
wm8753_set_bias_level(codec, SND_SOC_BIAS_OFF);

return 0;
Expand Down

0 comments on commit 53f11d4

Please sign in to comment.