]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/sound/sta350.h
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / include / sound / sta350.h
index 3a3298106b222dd46924a6362f936a01150992ea..42edceb096a0075f5b4fcb19e360f3ea1934b8ae 100644 (file)
@@ -37,6 +37,7 @@ struct sta350_platform_data {
        u8 ch3_output_mapping;
        u8 ffx_power_output_mode;
        u8 drop_compensation_ns;
+       u8 powerdown_delay_divider;
        unsigned int thermal_warning_recovery:1;
        unsigned int thermal_warning_adjustment:1;
        unsigned int fault_detect_recovery:1;
@@ -47,6 +48,10 @@ struct sta350_platform_data {
        unsigned int odd_pwm_speed_mode:1;
        unsigned int distortion_compensation:1;
        unsigned int invalid_input_detect_mute:1;
+       unsigned int activate_mute_output:1;
+       unsigned int bridge_immediate_off:1;
+       unsigned int noise_shape_dc_cut:1;
+       unsigned int powerdown_master_vol:1;
 };
 
 #endif /* __LINUX_SND__STA350_H */