GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / sound / s3c24xx_uda134x.h
blob33df4cb909d31d6c18e9b8284a31595388550a74
1 #ifndef _S3C24XX_UDA134X_H_
2 #define _S3C24XX_UDA134X_H_ 1
4 #include <sound/uda134x.h>
6 struct s3c24xx_uda134x_platform_data {
7 int l3_clk;
8 int l3_mode;
9 int l3_data;
10 void (*power) (int);
11 int model;
14 #endif