1 #ifndef __PLAT_AUDIO_H 2 #define __PLAT_AUDIO_H 3 4 struct kirkwood_asoc_platform_data { 5 u32 tclk; 6 int burst; 7 }; 8 #endif 9