Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sta32x.h
Go to the documentation of this file.
1 /*
2  * Platform data for ST STA32x ASoC codec driver.
3  *
4  * Copyright: 2011 Raumfeld GmbH
5  * Author: Johannes Stezenbach <[email protected]>
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms of the GNU General Public License as published by the
9  * Free Software Foundation; either version 2 of the License, or (at your
10  * option) any later version.
11  */
12 #ifndef __LINUX_SND__STA32X_H
13 #define __LINUX_SND__STA32X_H
14 
15 #define STA32X_OCFG_2CH 0
16 #define STA32X_OCFG_2_1CH 1
17 #define STA32X_OCFG_1CH 3
18 
19 #define STA32X_OM_CH1 0
20 #define STA32X_OM_CH2 1
21 #define STA32X_OM_CH3 2
22 
23 #define STA32X_THERMAL_ADJUSTMENT_ENABLE 1
24 #define STA32X_THERMAL_RECOVERY_ENABLE 2
25 
33 };
34 
35 #endif /* __LINUX_SND__STA32X_H */