db33f4de99
Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Michael Walle <michael@walle.cc> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
8 lines
117 B
C
8 lines
117 B
C
#ifndef __PLAT_AUDIO_H
|
|
#define __PLAT_AUDIO_H
|
|
|
|
struct kirkwood_asoc_platform_data {
|
|
u32 tclk;
|
|
int burst;
|
|
};
|
|
#endif
|