Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270678
b: refs/heads/master
c: 60c9e31
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 27, 2011
1 parent bde8d9b commit bcf82ab
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: 4d64bdca4485da8d2e604c2b02f3f32c9f468a28
refs/heads/master: 60c9e3178f7dadc7442128d76c4753485e4e8385
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ static int ssm2602_set_dai_fmt(struct snd_soc_dai *codec_dai,
static int ssm2602_set_bias_level(struct snd_soc_codec *codec,
enum snd_soc_bias_level level)
{
u16 reg = snd_soc_read(codec, SSM2602_PWR) & 0xff7f;
u16 reg = snd_soc_read(codec, SSM2602_PWR);
reg &= ~(PWR_POWER_OFF | PWR_OSC_PDN);

switch (level) {
case SND_SOC_BIAS_ON:
Expand Down

0 comments on commit bcf82ab

Please sign in to comment.