Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148180
b: refs/heads/master
c: 80fbe6a
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Glöckner authored and Mark Brown committed Apr 6, 2009
1 parent a8410a4 commit c4697c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 2b7dbbe0c9491e62b50978d1615193bec33a8291
refs/heads/master: 80fbe6ac9b47cbc11e174a9bf853834dc281da35
4 changes: 2 additions & 2 deletions trunk/sound/soc/s6000/s6000-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ static int s6000_i2s_set_dai_fmt(struct snd_soc_dai *cpu_dai,
}

switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
case SND_SOC_DAIFMT_IB_IF:
case SND_SOC_DAIFMT_NB_NF:
w |= S6_I2S_LEFT_FIRST;
break;
case SND_SOC_DAIFMT_IB_NF:
case SND_SOC_DAIFMT_NB_IF:
w |= S6_I2S_RIGHT_FIRST;
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/s6000/s6105-ipcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static int s6105_hw_params(struct snd_pcm_substream *substream,

/* set cpu DAI configuration */
ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_CBM_CFM |
SND_SOC_DAIFMT_IB_IF);
SND_SOC_DAIFMT_NB_NF);
if (ret < 0)
return ret;

Expand Down

0 comments on commit c4697c0

Please sign in to comment.