Home
last modified time | relevance | path

Searched refs:hph_threshold (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dwcd-mbhc-v2.c1029 int hph_threshold, micbias_mv; in wcd_mbhc_adc_get_hph_thres() local
1034 hph_threshold = mbhc->cfg->hph_thr; in wcd_mbhc_adc_get_hph_thres()
1036 hph_threshold = (mbhc->cfg->hph_thr * in wcd_mbhc_adc_get_hph_thres()
1039 hph_threshold = ((WCD_MBHC_ADC_HPH_THRESHOLD_MV * in wcd_mbhc_adc_get_hph_thres()
1042 return hph_threshold; in wcd_mbhc_adc_get_hph_thres()
1121 int output_mv, hs_threshold, hph_threshold; in wcd_mbhc_check_for_spl_headset() local
1132 hph_threshold = wcd_mbhc_adc_get_hph_thres(mbhc); in wcd_mbhc_check_for_spl_headset()
1134 if (!(output_mv > hs_threshold || output_mv < hph_threshold)) in wcd_mbhc_check_for_spl_headset()