diff options
Diffstat (limited to 'include/sound/sh_fsi.h')
-rw-r--r-- | include/sound/sh_fsi.h | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h index b457e87fbd08..906010344dd7 100644 --- a/include/sound/sh_fsi.h +++ b/include/sound/sh_fsi.h | |||
@@ -21,10 +21,11 @@ | |||
21 | /* | 21 | /* |
22 | * flags format | 22 | * flags format |
23 | * | 23 | * |
24 | * 0x000000BA | 24 | * 0x00000CBA |
25 | * | 25 | * |
26 | * A: inversion | 26 | * A: inversion |
27 | * B: format mode | 27 | * B: format mode |
28 | * C: chip specific | ||
28 | */ | 29 | */ |
29 | 30 | ||
30 | /* A: clock inversion */ | 31 | /* A: clock inversion */ |
@@ -39,6 +40,9 @@ | |||
39 | #define SH_FSI_FMT_DAI (0 << 4) | 40 | #define SH_FSI_FMT_DAI (0 << 4) |
40 | #define SH_FSI_FMT_SPDIF (1 << 4) | 41 | #define SH_FSI_FMT_SPDIF (1 << 4) |
41 | 42 | ||
43 | /* C: chip specific */ | ||
44 | #define SH_FSI_OPTION_MASK 0x00000F00 | ||
45 | #define SH_FSI_ENABLE_STREAM_MODE (1 << 8) /* for 16bit data */ | ||
42 | 46 | ||
43 | /* | 47 | /* |
44 | * set_rate return value | 48 | * set_rate return value |
@@ -84,16 +88,4 @@ struct sh_fsi_platform_info { | |||
84 | struct sh_fsi_port_info port_b; | 88 | struct sh_fsi_port_info port_b; |
85 | }; | 89 | }; |
86 | 90 | ||
87 | /* | ||
88 | * for fsi-ak4642 | ||
89 | */ | ||
90 | struct fsi_ak4642_info { | ||
91 | const char *name; | ||
92 | const char *card; | ||
93 | const char *cpu_dai; | ||
94 | const char *codec; | ||
95 | const char *platform; | ||
96 | int id; | ||
97 | }; | ||
98 | |||
99 | #endif /* __SOUND_FSI_H */ | 91 | #endif /* __SOUND_FSI_H */ |