Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293251
b: refs/heads/master
c: afe6236
h: refs/heads/master
i:
  293249: 0693697
  293247: d140855
v: v3
  • Loading branch information
Mark Brown committed Jan 26, 2012
1 parent f9f5715 commit fc86b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: fb644e9ce02a6965a2419325a03a9ea531840bcd
refs/heads/master: afe62367e02fd7b83a6a824a20ad432fa5b00040
6 changes: 5 additions & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,13 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event)
/* Supplies and micbiases only bring the
* context up to STANDBY as unless something
* else is active and passing audio they
* generally don't require full power.
* generally don't require full power. Signal
* generators are virtual pins and have no
* power impact themselves.
*/
switch (w->id) {
case snd_soc_dapm_siggen:
break;
case snd_soc_dapm_supply:
case snd_soc_dapm_regulator_supply:
case snd_soc_dapm_micbias:
Expand Down

0 comments on commit fc86b24

Please sign in to comment.