Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/codecs/
A Dwcd-mbhc-v2.c967 int hph_threshold, micbias_mv; in wcd_mbhc_adc_get_hph_thres() local
972 hph_threshold = mbhc->cfg->hph_thr; in wcd_mbhc_adc_get_hph_thres()
974 hph_threshold = (mbhc->cfg->hph_thr * in wcd_mbhc_adc_get_hph_thres()
977 hph_threshold = ((WCD_MBHC_ADC_HPH_THRESHOLD_MV * in wcd_mbhc_adc_get_hph_thres()
980 return hph_threshold; in wcd_mbhc_adc_get_hph_thres()
1059 int output_mv, hs_threshold, hph_threshold; in wcd_mbhc_check_for_spl_headset() local
1070 hph_threshold = wcd_mbhc_adc_get_hph_thres(mbhc); in wcd_mbhc_check_for_spl_headset()
1072 if (!(output_mv > hs_threshold || output_mv < hph_threshold)) in wcd_mbhc_check_for_spl_headset()

Completed in 5 milliseconds