• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-orion/include/plat/
1#ifndef __PLAT_AUDIO_H
2#define __PLAT_AUDIO_H
3
4#include <linux/mbus.h>
5
6struct kirkwood_asoc_platform_data {
7	u32 tclk;
8	struct mbus_dram_target_info *dram;
9	int burst;
10};
11#endif
12