s3c24xx_uda134x.h 212 B

1234567891011121314
  1. #ifndef _S3C24XX_UDA134X_H_
  2. #define _S3C24XX_UDA134X_H_ 1
  3. #include <sound/uda134x.h>
  4. struct s3c24xx_uda134x_platform_data {
  5. int l3_clk;
  6. int l3_mode;
  7. int l3_data;
  8. void (*power) (int);
  9. int model;
  10. };
  11. #endif