]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/sound/sh_fsi.h
ASoC: multi-component - ASoC Multi-Component Support
[mv-sheeva.git] / include / sound / sh_fsi.h
index 6ac71863c70f213f0d639f7dd4d433165c63dd3f..3fd6456d07d796696f99d65f73440c8443c0c9c1 100644 (file)
@@ -64,6 +64,8 @@
 #define SH_FSI_FMT_I2S         3
 #define SH_FSI_FMT_TDM         4
 #define SH_FSI_FMT_TDM_DELAY   5
+#define SH_FSI_FMT_SPDIF       6
+
 
 #define SH_FSI_IFMT_TDM_CH(x) \
        (SH_FSI_IFMT(TDM)       | SH_FSI_SET_CH_I(x))
@@ -112,7 +114,7 @@ struct sh_fsi_platform_info {
        int (*set_rate)(int is_porta, int rate); /* for master mode */
 };
 
-extern struct snd_soc_dai fsi_soc_dai[2];
-extern struct snd_soc_platform fsi_soc_platform;
+extern struct snd_soc_dai_driver fsi_soc_dai[2];
+extern struct snd_soc_platform_driver fsi_soc_platform;
 
 #endif /* __SOUND_FSI_H */