diff options
Diffstat (limited to 'sound/soc/codecs/wcd-mbhc-v2.h')
-rw-r--r-- | sound/soc/codecs/wcd-mbhc-v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd-mbhc-v2.h b/sound/soc/codecs/wcd-mbhc-v2.h index 09b9307ad61d..4342a1b5122e 100644 --- a/sound/soc/codecs/wcd-mbhc-v2.h +++ b/sound/soc/codecs/wcd-mbhc-v2.h @@ -270,6 +270,7 @@ struct wcd_mbhc_config { bool detect_extn_cable; bool mono_stero_detection; bool (*swap_gnd_mic)(struct snd_soc_codec *codec); + bool (*default_gnd_mic)(struct snd_soc_codec *codec); bool hs_ext_micbias; bool gnd_det_en; int key_code[WCD_MBHC_KEYCODE_NUM]; @@ -280,6 +281,7 @@ struct wcd_mbhc_config { bool enable_anc_mic_detect; u32 enable_usbc_analog; struct usbc_ana_audio_config usbc_analog_cfg; + struct regulator *vdd; }; struct wcd_mbhc_intr { |