diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-20 17:39:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-01 18:35:46 +0000 |
commit | 3ed7074c4cc0de5ba77e180e5d96c23ef96859f0 (patch) | |
tree | f9a08d09b5ccc96664f385c5c74860802c40e213 /sound/soc/codecs/wm_hubs.h | |
parent | 2f1ff6614cb5938e5c5760358752d92deb67fb63 (diff) | |
download | linux-stable-3ed7074c4cc0de5ba77e180e5d96c23ef96859f0.tar.gz linux-stable-3ed7074c4cc0de5ba77e180e5d96c23ef96859f0.tar.bz2 linux-stable-3ed7074c4cc0de5ba77e180e5d96c23ef96859f0.zip |
ASoC: Improved wm_hubs headphone handling
Perform DC servo offset calibration using a series update sequence
rather than startup update sequence, tuning the configuration of the
WM8993 DC servo to make best use of this.
Also introduce currently unused data allowing us to correct for
any systematic errors in the DC servo calibration results and an
alternative startup path for the headphone output which performs
better with some chip revisions. The alternative setup sequence is
enabled for WM8993.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm_hubs.h')
-rw-r--r-- | sound/soc/codecs/wm_hubs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h index 36d3fba1de8b..420104fe9c90 100644 --- a/sound/soc/codecs/wm_hubs.h +++ b/sound/soc/codecs/wm_hubs.h @@ -18,6 +18,12 @@ struct snd_soc_codec; extern const unsigned int wm_hubs_spkmix_tlv[]; +/* This *must* be the first element of the codec->private_data struct */ +struct wm_hubs_data { + int dcs_codes; + int hp_startup_mode; +}; + extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); extern int wm_hubs_add_analogue_routes(struct snd_soc_codec *, int, int); extern int wm_hubs_handle_analogue_pdata(struct snd_soc_codec *, |