diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-30 13:16:11 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-30 14:51:37 (GMT) |
commit | aa983d9d63c38f596fb87754205da9b7a8d2f6fd (patch) | |
tree | f5641b0aa475d3bc3b54ed144ea8c1582f08f075 /sound/soc/codecs/wm_hubs.h | |
parent | 4c0bccbe66ffe34f7bc88d29c345f9a7888656eb (diff) | |
download | linux-aa983d9d63c38f596fb87754205da9b7a8d2f6fd.tar.xz |
ASoC: Factor out analogue platform data from WM8993
This is also shared with newer CODECs.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm_hubs.h')
-rw-r--r-- | sound/soc/codecs/wm_hubs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h index ec09cb6..36d3fba 100644 --- a/sound/soc/codecs/wm_hubs.h +++ b/sound/soc/codecs/wm_hubs.h @@ -20,5 +20,10 @@ extern const unsigned int wm_hubs_spkmix_tlv[]; 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 *, + int lineout1_diff, int lineout2_diff, + int lineout1fb, int lineout2fb, + int jd_scthr, int jd_thr, + int micbias1_lvl, int micbias2_lvl); #endif |