diff options
Diffstat (limited to 'include/sound/sh_fsi.h')
-rw-r--r-- | include/sound/sh_fsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h index 27ee1dcc3e2e..cc1c919c6436 100644 --- a/include/sound/sh_fsi.h +++ b/include/sound/sh_fsi.h | |||
@@ -47,8 +47,8 @@ | |||
47 | 47 | ||
48 | /* D: clock selecter if master mode */ | 48 | /* D: clock selecter if master mode */ |
49 | #define SH_FSI_CLK_MASK 0x0000F000 | 49 | #define SH_FSI_CLK_MASK 0x0000F000 |
50 | #define SH_FSI_CLK_EXTERNAL (1 << 12) | 50 | #define SH_FSI_CLK_EXTERNAL (0 << 12) |
51 | #define SH_FSI_CLK_CPG (2 << 12) /* FSIxCK + FSI-DIV */ | 51 | #define SH_FSI_CLK_CPG (1 << 12) /* FSIxCK + FSI-DIV */ |
52 | 52 | ||
53 | /* | 53 | /* |
54 | * set_rate return value | 54 | * set_rate return value |