Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270681
b: refs/heads/master
c: a9d1974
h: refs/heads/master
i:
  270679: 268af69
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Sep 27, 2011
1 parent 1f10007 commit 3572518
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d1b73287c2710f3b76f6980daa88cc719d11034f
refs/heads/master: a9d1974ea13b361bf60a9d493a6a05e5a42b0ba2
7 changes: 6 additions & 1 deletion trunk/sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,12 @@ static int ssm260x_probe(struct snd_soc_codec *codec)
break;
}

return ret;
if (ret)
return ret;

ssm2602_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

return 0;
}

/* remove everything here */
Expand Down

0 comments on commit 3572518

Please sign in to comment.