summaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion/include/plat/audio.h
blob: 9cf1f781329bf080623d613e059fc2749a495158 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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