aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-05-05 05:49:23 -0400
committerMark Brown <broonie@linaro.org>2014-05-05 15:52:59 -0400
commit7c2fcccc323909c1a4e56b79fc882168a0880146 (patch)
treec9e7f7e82a702e176055160dd04c325511f384d2 /include
parent09af62ff184bfeae4a72874ab28ed637a2329ee4 (diff)
ASoC: sta350: add support for bits in miscellaneous registers
Add support for RPDNEN, NSHHPEN, BRIDGOFF, CPWMEN and PNDLSL, and add DT bindings to access them. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/sta350.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/sta350.h b/include/sound/sta350.h
index 3a3298106b22..42edceb096a0 100644
--- a/include/sound/sta350.h
+++ b/include/sound/sta350.h
@@ -37,6 +37,7 @@ struct sta350_platform_data {
37 u8 ch3_output_mapping; 37 u8 ch3_output_mapping;
38 u8 ffx_power_output_mode; 38 u8 ffx_power_output_mode;
39 u8 drop_compensation_ns; 39 u8 drop_compensation_ns;
40 u8 powerdown_delay_divider;
40 unsigned int thermal_warning_recovery:1; 41 unsigned int thermal_warning_recovery:1;
41 unsigned int thermal_warning_adjustment:1; 42 unsigned int thermal_warning_adjustment:1;
42 unsigned int fault_detect_recovery:1; 43 unsigned int fault_detect_recovery:1;
@@ -47,6 +48,10 @@ struct sta350_platform_data {
47 unsigned int odd_pwm_speed_mode:1; 48 unsigned int odd_pwm_speed_mode:1;
48 unsigned int distortion_compensation:1; 49 unsigned int distortion_compensation:1;
49 unsigned int invalid_input_detect_mute:1; 50 unsigned int invalid_input_detect_mute:1;
51 unsigned int activate_mute_output:1;
52 unsigned int bridge_immediate_off:1;
53 unsigned int noise_shape_dc_cut:1;
54 unsigned int powerdown_master_vol:1;
50}; 55};
51 56
52#endif /* __LINUX_SND__STA350_H */ 57#endif /* __LINUX_SND__STA350_H */