Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/wm8994/
Dpdata.h210 u16 micd_lvl_sel; member
/linux-4.4.14/sound/soc/codecs/
Dwm8994.c3775 u16 micd_lvl_sel; in wm8958_mic_detect() local
3810 if (control->pdata.micd_lvl_sel) in wm8958_mic_detect()
3811 micd_lvl_sel = control->pdata.micd_lvl_sel; in wm8958_mic_detect()
3813 micd_lvl_sel = 0x41; in wm8958_mic_detect()
3820 WM8958_MICD_LVL_SEL_MASK, micd_lvl_sel); in wm8958_mic_detect()