Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193315
b: refs/heads/master
c: 6922471
h: refs/heads/master
i:
  193313: 7d48ef4
  193311: e503d37
v: v3
  • Loading branch information
Mark Brown committed Mar 5, 2010
1 parent 32369e2 commit f8ce088
Show file tree
Hide file tree
Showing 2 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: 1d24452b5536bd5c0c7721887a38d736b885014f
refs/heads/master: 692247196dd845eef02f26bf2959719b82e935c6
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ static void pop_dbg(u32 pop_time, const char *fmt, ...)

if (pop_time) {
vprintk(fmt, args);
pop_wait(pop_time);
}

va_end(args);
Expand Down Expand Up @@ -314,8 +313,8 @@ static int dapm_update_bits(struct snd_soc_dapm_widget *widget)
pop_dbg(codec->pop_time, "pop test %s : %s in %d ms\n",
widget->name, widget->power ? "on" : "off",
codec->pop_time);
snd_soc_write(codec, widget->reg, new);
pop_wait(codec->pop_time);
snd_soc_write(codec, widget->reg, new);
}
pr_debug("reg %x old %x new %x change %d\n", widget->reg,
old, new, change);
Expand Down Expand Up @@ -1075,6 +1074,7 @@ static int dapm_power_widgets(struct snd_soc_codec *codec, int event)

pop_dbg(codec->pop_time, "DAPM sequencing finished, waiting %dms\n",
codec->pop_time);
pop_wait(codec->pop_time);

return 0;
}
Expand Down

0 comments on commit f8ce088

Please sign in to comment.