mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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
|