source: GPL/trunk/alsa-kernel/include/sound/s3c24xx_uda134x.h

Last change on this file was 777, checked in by David Azarewicz, 7 months ago

Merge from uniaud32-exp branch

File size: 243 bytes
Line 
1/* SPDX-License-Identifier: GPL-2.0 */
2#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;
11 int model;
12};
13
14#endif
Note: See TracBrowser for help on using the repository browser.