Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dwm8903.txt20 - micdet-cfg : Default register value for R6 (Mic Bias). If absent, the
23 - micdet-delay : The debounce delay for microphone detection in mS. If
73 micdet-cfg = <0>;
74 micdet-delay = <100>;
/Linux-v5.4/arch/arm/boot/dts/
Dtegra20-plutux.dts26 micdet-cfg = <0>;
27 micdet-delay = <100>;
Dtegra20-tec.dts26 micdet-cfg = <0>;
27 micdet-delay = <100>;
Dtegra20-medcom-wide.dts41 micdet-cfg = <0>;
42 micdet-delay = <100>;
Dtegra30-cardhu.dtsi231 micdet-cfg = <0>;
232 micdet-delay = <100>;
Dtegra20-ventana.dts343 micdet-cfg = <0>;
344 micdet-delay = <100>;
Dtegra20-harmony.dts296 micdet-cfg = <0>;
297 micdet-delay = <100>;
Dqcom-apq8060-dragonboard.dts492 micdet-cfg = <0>;
493 micdet-delay = <100>;
Dtegra20-seaboard.dts347 micdet-cfg = <0>;
348 micdet-delay = <100>;
/Linux-v5.4/sound/soc/codecs/
Dwm8994.c748 if (!wm8994->jackdet || !wm8994->micdet[0].jack) in wm1811_jackdet_set_mode()
3366 struct wm8994_micdet *micdet; in wm8994_mic_detect() local
3377 micdet = &wm8994->micdet[0]; in wm8994_mic_detect()
3384 micdet = &wm8994->micdet[1]; in wm8994_mic_detect()
3403 micdet->jack = jack; in wm8994_mic_detect()
3404 micdet->detecting = true; in wm8994_mic_detect()
3407 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()
3451 if (priv->micdet[0].detecting) in wm8994_mic_work()
3455 if (priv->micdet[0].detecting) in wm8994_mic_work()
3461 priv->micdet[0].detecting = false; in wm8994_mic_work()
[all …]
Dwm8994.h133 struct wm8994_micdet micdet[2]; member