12 lines
179 B
C
12 lines
179 B
C
|
#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
|