GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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