repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git]
/
include
/
sound
/
s3c24xx_uda134x.h
blob
ffaf1f098c8e4967eaac91e64af924e8d683cbff
1
#ifndef _S3C24XX_UDA134X_H_
2
#define _S3C24XX_UDA134X_H_ 1
3
4
#include <sound/uda134x.h>
5
6
struct
s3c24xx_uda134x_platform_data
{
7
int
l3_clk
;
8
int
l3_mode
;
9
int
l3_data
;
10
int
model
;
11
};
12
13
#endif