1 2 3 4 5 6 7 8 9 10 11
#ifndef __PLAT_AUDIO_H #define __PLAT_AUDIO_H #include <linux/mbus.h> struct kirkwood_asoc_platform_data { u32 tclk; struct mbus_dram_target_info *dram; int burst; }; #endif