Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120321
b: refs/heads/master
c: 1152a19
h: refs/heads/master
i:
  120319: e3a4434
v: v3
  • Loading branch information
Troy Kisky authored and Mark Brown committed Dec 20, 2008
1 parent 763080a commit 5476585
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 70043058a6968917c00c8d4cff5bfc0e095831ec
refs/heads/master: 1152a1959f8440db9536f6df758274443f9b5b37
6 changes: 4 additions & 2 deletions trunk/sound/soc/davinci/davinci-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ static int evm_hw_params(struct snd_pcm_substream *substream,

/* set codec DAI configuration */
ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S |
SND_SOC_DAIFMT_CBM_CFM);
SND_SOC_DAIFMT_CBM_CFM |
SND_SOC_DAIFMT_NB_NF);
if (ret < 0)
return ret;

/* set cpu DAI configuration */
ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_CBM_CFM |
ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_I2S |
SND_SOC_DAIFMT_CBM_CFM |
SND_SOC_DAIFMT_IB_NF);
if (ret < 0)
return ret;
Expand Down

0 comments on commit 5476585

Please sign in to comment.