diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sh_fsi.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h index 9a155f9d0a1..9b1aacaa82f 100644 --- a/include/sound/sh_fsi.h +++ b/include/sound/sh_fsi.h | |||
@@ -78,4 +78,16 @@ struct sh_fsi_platform_info { | |||
78 | int (*set_rate)(struct device *dev, int is_porta, int rate, int enable); | 78 | int (*set_rate)(struct device *dev, int is_porta, int rate, int enable); |
79 | }; | 79 | }; |
80 | 80 | ||
81 | /* | ||
82 | * for fsi-ak4642 | ||
83 | */ | ||
84 | struct fsi_ak4642_info { | ||
85 | const char *name; | ||
86 | const char *card; | ||
87 | const char *cpu_dai; | ||
88 | const char *codec; | ||
89 | const char *platform; | ||
90 | int id; | ||
91 | }; | ||
92 | |||
81 | #endif /* __SOUND_FSI_H */ | 93 | #endif /* __SOUND_FSI_H */ |