Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257603
b: refs/heads/master
c: ca1004b
h: refs/heads/master
i:
  257601: c6194b2
  257599: 72a2f78
v: v3
  • Loading branch information
Mark Brown committed Jul 17, 2011
1 parent fa68d0f commit df8e160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f0f5039c3dcc6f80756128aa38f2a4f5b895bbf1
refs/heads/master: ca1004bab9c6829e64036f7da5e25a698756ee28
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/adav80x.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static int adav80x_set_capture_pcm_format(struct snd_soc_codec *codec,
val = ADAV80X_CAPTURE_WORD_LEN24;
break;
default:
break;
return -EINVAL;
}

snd_soc_update_bits(codec, adav80x_port_ctrl_regs[dai->id][0],
Expand Down Expand Up @@ -488,7 +488,7 @@ static int adav80x_set_playback_pcm_format(struct snd_soc_codec *codec,
val = ADAV80X_PLAYBACK_MODE_RIGHT_J_24;
break;
default:
break;
return -EINVAL;
}

snd_soc_update_bits(codec, adav80x_port_ctrl_regs[dai->id][1],
Expand Down

0 comments on commit df8e160

Please sign in to comment.