Merge branch 'fixes-modulesplit' into fixes
[zen-stable.git] / arch / arm / plat-orion / include / plat / audio.h
blob9cf1f781329bf080623d613e059fc2749a495158
1 #ifndef __PLAT_AUDIO_H
2 #define __PLAT_AUDIO_H
4 #include <linux/mbus.h>
6 struct kirkwood_asoc_platform_data {
7 u32 tclk;
8 struct mbus_dram_target_info *dram;
9 int burst;
11 #endif