blob: 0232b80ff486f2743bb331f70ee8fccba6ed5b93 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Christian Pellegrin7ad933d2008-11-15 08:58:32 +01002#ifndef _S3C24XX_UDA134X_H_
3#define _S3C24XX_UDA134X_H_ 1
4
5#include <sound/uda134x.h>
6
7struct s3c24xx_uda134x_platform_data {
8 int l3_clk;
9 int l3_mode;
10 int l3_data;
Christian Pellegrin7ad933d2008-11-15 08:58:32 +010011 int model;
12};
13
14#endif