Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/wm8994/
H A Dpdata.h202 u16 micd_lvl_sel; member
/openbmc/linux/sound/soc/codecs/
H A Dwm8994.c3934 u16 micd_lvl_sel; in wm8958_mic_detect() local
3971 if (control->pdata.micd_lvl_sel) in wm8958_mic_detect()
3972 micd_lvl_sel = control->pdata.micd_lvl_sel; in wm8958_mic_detect()
3974 micd_lvl_sel = 0x41; in wm8958_mic_detect()
3981 WM8958_MICD_LVL_SEL_MASK, micd_lvl_sel); in wm8958_mic_detect()