repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes-modulesplit' into fixes
[zen-stable.git]
/
arch
/
arm
/
plat-orion
/
include
/
plat
/
audio.h
blob
9cf1f781329bf080623d613e059fc2749a495158
1
#ifndef __PLAT_AUDIO_H
2
#define __PLAT_AUDIO_H
3
4
#include <linux/mbus.h>
5
6
struct
kirkwood_asoc_platform_data
{
7
u32 tclk
;
8
struct
mbus_dram_target_info
*
dram
;
9
int
burst
;
10
};
11
#endif