Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353367
b: refs/heads/master
c: 5d16333
h: refs/heads/master
i:
  353365: 3c0fcc7
  353363: 61e1b58
  353359: a84d006
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jan 16, 2013
1 parent aac96ac commit 8c34d19
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 13aec722f3c14aa6019c800465aa3ddd3638d305
refs/heads/master: 5d163336a77af9c1b4d6d08cbc8b1279df5f579e
2 changes: 1 addition & 1 deletion trunk/include/sound/soc-dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct snd_compr_stream;
* Specifies whether the DAI can also support inverted clocks for the specified
* format.
*/
#define SND_SOC_DAIFMT_NB_NF (1 << 8) /* normal bit clock + frame */
#define SND_SOC_DAIFMT_NB_NF (0 << 8) /* normal bit clock + frame */
#define SND_SOC_DAIFMT_NB_IF (2 << 8) /* normal BCLK + inv FRM */
#define SND_SOC_DAIFMT_IB_NF (3 << 8) /* invert BCLK + nor FRM */
#define SND_SOC_DAIFMT_IB_IF (4 << 8) /* invert BCLK + FRM */
Expand Down

0 comments on commit 8c34d19

Please sign in to comment.