License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / include / sound / s3c24xx_uda134x.h
blob0232b80ff486f2743bb331f70ee8fccba6ed5b93
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _S3C24XX_UDA134X_H_
3 #define _S3C24XX_UDA134X_H_ 1
5 #include <sound/uda134x.h>
7 struct s3c24xx_uda134x_platform_data {
8 int l3_clk;
9 int l3_mode;
10 int l3_data;
11 int model;
14 #endif