Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120331
b: refs/heads/master
c: c691348
h: refs/heads/master
i:
  120329: c1e117a
  120327: a942ee1
v: v3
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Dec 22, 2008
1 parent 2f8bf30 commit 6478ea5
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: bd25867a6cbe7a00ef7dbe8d9ddebc91b00b9b3f
refs/heads/master: c69134858722977a82f58cae88e7ffdb28e1e858
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,10 @@ static int ssm2602_set_dai_fmt(struct snd_soc_dai *codec_dai,
iface |= 0x0001;
break;
case SND_SOC_DAIFMT_DSP_A:
iface |= 0x0003;
iface |= 0x0013;
break;
case SND_SOC_DAIFMT_DSP_B:
iface |= 0x0013;
iface |= 0x0003;
break;
default:
return -EINVAL;
Expand Down

0 comments on commit 6478ea5

Please sign in to comment.