Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322893
b: refs/heads/master
c: 4e872a4
h: refs/heads/master
i:
  322891: afe4a90
v: v3
  • Loading branch information
Mark Brown committed Aug 25, 2012
1 parent 197de3d commit 76f9f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d8c3bb911f5afc32f7276c2e2e89eb58af4306ae
refs/heads/master: 4e872a46823c64e655d997e1e04a4b32e326aa1b
3 changes: 2 additions & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,9 @@ static int snd_soc_dapm_set_bias_level(struct snd_soc_dapm_context *dapm,
level);
else
dapm->bias_level = level;
} else
} else if (!card || dapm != &card->dapm) {
dapm->bias_level = level;
}

if (ret != 0)
goto out;
Expand Down

0 comments on commit 76f9f8f

Please sign in to comment.