Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _S3C24XX_UDA134X_H_
0003 #define _S3C24XX_UDA134X_H_ 1
0004 
0005 #include <sound/uda134x.h>
0006 
0007 struct s3c24xx_uda134x_platform_data {
0008     int l3_clk;
0009     int l3_mode;
0010     int l3_data;
0011     int model;
0012 };
0013 
0014 #endif