diff options
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 ec09cb6a293..36d3fba1de8 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  |