Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342527
b: refs/heads/master
c: ab6f6d8
h: refs/heads/master
i:
  342525: 463119e
  342523: 72ca0a7
  342519: 1d332d5
  342511: 415cf8e
  342495: 6a63f71
  342463: af6ec56
  342399: 40c8d4b
  342271: 70e9c8a
  342015: d27ce33
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Nov 6, 2012
1 parent decd19b commit 90b7387
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 7 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: 80b4addc9c697c8d515afdaf671b948b3de6801c
refs/heads/master: ab6f6d85210c4d0265cf48e9958c04e08595055a
6 changes: 6 additions & 0 deletions trunk/include/sound/sh_fsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* A: inversion
* B: format mode
* C: chip specific
* D: clock selecter if master mode
*/

/* A: clock inversion */
Expand All @@ -44,6 +45,11 @@
#define SH_FSI_OPTION_MASK 0x00000F00
#define SH_FSI_ENABLE_STREAM_MODE (1 << 8) /* for 16bit data */

/* D: clock selecter if master mode */
#define SH_FSI_CLK_MASK 0x0000F000
#define SH_FSI_CLK_EXTERNAL (1 << 12)
#define SH_FSI_CLK_CPG (2 << 12) /* FSIxCK + FSI-DIV */

/*
* set_rate return value
*
Expand Down
Loading

0 comments on commit 90b7387

Please sign in to comment.