summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h')
-rw-r--r--ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h b/ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h
deleted file mode 100644
index 33df4cb9..00000000
--- a/ANDROID_3.4.5/include/sound/s3c24xx_uda134x.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _S3C24XX_UDA134X_H_
-#define _S3C24XX_UDA134X_H_ 1
-
-#include <sound/uda134x.h>
-
-struct s3c24xx_uda134x_platform_data {
- int l3_clk;
- int l3_mode;
- int l3_data;
- void (*power) (int);
- int model;
-};
-
-#endif