audio.h 179 B

1234567891011
  1. #ifndef __PLAT_AUDIO_H
  2. #define __PLAT_AUDIO_H
  3. #include <linux/mbus.h>
  4. struct kirkwood_asoc_platform_data {
  5. u32 tclk;
  6. struct mbus_dram_target_info *dram;
  7. int burst;
  8. };
  9. #endif