1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* 1 /* 3 * Platform data for ST STA32x ASoC codec driv 2 * Platform data for ST STA32x ASoC codec driver. 4 * 3 * 5 * Copyright: 2011 Raumfeld GmbH 4 * Copyright: 2011 Raumfeld GmbH 6 * Author: Johannes Stezenbach <js@sig21.net> 5 * Author: Johannes Stezenbach <js@sig21.net> >> 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. 7 */ 11 */ 8 #ifndef __LINUX_SND__STA32X_H 12 #ifndef __LINUX_SND__STA32X_H 9 #define __LINUX_SND__STA32X_H 13 #define __LINUX_SND__STA32X_H 10 14 11 #define STA32X_OCFG_2CH 0 15 #define STA32X_OCFG_2CH 0 12 #define STA32X_OCFG_2_1CH 1 16 #define STA32X_OCFG_2_1CH 1 13 #define STA32X_OCFG_1CH 3 17 #define STA32X_OCFG_1CH 3 14 18 15 #define STA32X_OM_CH1 0 19 #define STA32X_OM_CH1 0 16 #define STA32X_OM_CH2 1 20 #define STA32X_OM_CH2 1 17 #define STA32X_OM_CH3 2 21 #define STA32X_OM_CH3 2 18 22 19 #define STA32X_THERMAL_ADJUSTMENT_ENABLE 23 #define STA32X_THERMAL_ADJUSTMENT_ENABLE 1 20 #define STA32X_THERMAL_RECOVERY_ENABLE 24 #define STA32X_THERMAL_RECOVERY_ENABLE 2 21 25 22 struct sta32x_platform_data { 26 struct sta32x_platform_data { 23 u8 output_conf; 27 u8 output_conf; 24 u8 ch1_output_mapping; 28 u8 ch1_output_mapping; 25 u8 ch2_output_mapping; 29 u8 ch2_output_mapping; 26 u8 ch3_output_mapping; 30 u8 ch3_output_mapping; 27 int needs_esd_watchdog; 31 int needs_esd_watchdog; 28 u8 drop_compensation_ns; 32 u8 drop_compensation_ns; 29 unsigned int thermal_warning_recovery: 33 unsigned int thermal_warning_recovery:1; 30 unsigned int thermal_warning_adjustmen 34 unsigned int thermal_warning_adjustment:1; 31 unsigned int fault_detect_recovery:1; 35 unsigned int fault_detect_recovery:1; 32 unsigned int max_power_use_mpcc:1; 36 unsigned int max_power_use_mpcc:1; 33 unsigned int max_power_correction:1; 37 unsigned int max_power_correction:1; 34 unsigned int am_reduction_mode:1; 38 unsigned int am_reduction_mode:1; 35 unsigned int odd_pwm_speed_mode:1; 39 unsigned int odd_pwm_speed_mode:1; 36 unsigned int invalid_input_detect_mute 40 unsigned int invalid_input_detect_mute:1; 37 }; 41 }; 38 42 39 #endif /* __LINUX_SND__STA32X_H */ 43 #endif /* __LINUX_SND__STA32X_H */ 40 44
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.