Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230391
b: refs/heads/master
c: 3e20234
h: refs/heads/master
i:
  230389: 427cf15
  230387: 047732b
  230383: fc46540
v: v3
  • Loading branch information
Peter Ujfalusi authored and Liam Girdwood committed Nov 30, 2010
1 parent c1db63c commit 054f4ed
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: 18f454047b3d009e347dc3aeacb1aec91a4c493f
refs/heads/master: 3e202345abc2cea09a3601df527629102f37e563
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ static int dac33_set_bias_level(struct snd_soc_codec *codec,

switch (level) {
case SND_SOC_BIAS_ON:
dac33_soft_power(codec, 1);
if (!dac33->substream)
dac33_soft_power(codec, 1);
break;
case SND_SOC_BIAS_PREPARE:
break;
Expand Down

0 comments on commit 054f4ed

Please sign in to comment.