Merge git://git.infradead.org/iommu-2.6
[pandora-kernel.git] / arch / arm / plat-orion / include / plat / audio.h
1 #ifndef __PLAT_AUDIO_H
2 #define __PLAT_AUDIO_H
3
4 #include <linux/mbus.h>
5
6 struct kirkwood_asoc_platform_data {
7         u32 tclk;
8         struct mbus_dram_target_info *dram;
9         int burst;
10 };
11 #endif