diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 19:22:08 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 19:22:08 +0400 |
commit | 954f497f7167de273b6e062de84689ccd8bf999d (patch) | |
tree | 73dd01cf9526c79956d58a30a7da3441e457fe23 /include/sound | |
parent | 1870975f5db15fc30c8c025665fbc86ecb1fffd9 (diff) | |
parent | 3449f5fab8c51e37a8a48bc2516588c615373191 (diff) | |
download | linux-954f497f7167de273b6e062de84689ccd8bf999d.tar.xz |
Merge remote-tracking branch 'asoc/topic/fsi' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sh_fsi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h index 906010344dd7..cc1c919c6436 100644 --- a/include/sound/sh_fsi.h +++ b/include/sound/sh_fsi.h @@ -26,6 +26,7 @@ * A: inversion * B: format mode * C: chip specific + * D: clock selecter if master mode */ /* A: clock inversion */ @@ -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 (0 << 12) +#define SH_FSI_CLK_CPG (1 << 12) /* FSIxCK + FSI-DIV */ + /* * set_rate return value * |