Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mfd/wm8994/
Dpdata.h202 u16 micd_lvl_sel; member
/Linux-v5.10/sound/soc/codecs/
Dwm8994.c3929 u16 micd_lvl_sel; in wm8958_mic_detect() local
3966 if (control->pdata.micd_lvl_sel) in wm8958_mic_detect()
3967 micd_lvl_sel = control->pdata.micd_lvl_sel; in wm8958_mic_detect()
3969 micd_lvl_sel = 0x41; in wm8958_mic_detect()
3976 WM8958_MICD_LVL_SEL_MASK, micd_lvl_sel); in wm8958_mic_detect()