diff options
author | Daniel Mack <zonque@gmail.com> | 2014-05-05 11:49:23 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-05 12:52:59 -0700 |
commit | 7c2fcccc323909c1a4e56b79fc882168a0880146 (patch) | |
tree | c9e7f7e82a702e176055160dd04c325511f384d2 /include/sound/sta350.h | |
parent | 09af62ff184bfeae4a72874ab28ed637a2329ee4 (diff) | |
download | talos-obmc-linux-7c2fcccc323909c1a4e56b79fc882168a0880146.tar.gz talos-obmc-linux-7c2fcccc323909c1a4e56b79fc882168a0880146.zip |
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/sound/sta350.h')
-rw-r--r-- | include/sound/sta350.h | 5 |
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 { 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 */ |