Home
last modified time | relevance | path

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

/linux-4.1.27/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
60 micdet-cfg = <0>;
61 micdet-delay = <100>;
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20-plutux.dts25 micdet-cfg = <0>;
26 micdet-delay = <100>;
Dtegra20-tec.dts25 micdet-cfg = <0>;
26 micdet-delay = <100>;
Dtegra20-medcom-wide.dts36 micdet-cfg = <0>;
37 micdet-delay = <100>;
Dtegra30-cardhu.dtsi224 micdet-cfg = <0>;
225 micdet-delay = <100>;
Dtegra20-ventana.dts338 micdet-cfg = <0>;
339 micdet-delay = <100>;
Dtegra20-harmony.dts291 micdet-cfg = <0>;
292 micdet-delay = <100>;
Dtegra20-seaboard.dts341 micdet-cfg = <0>;
342 micdet-delay = <100>;
/linux-4.1.27/sound/soc/codecs/
Dwm8994.c746 if (!wm8994->jackdet || !wm8994->micdet[0].jack) in wm1811_jackdet_set_mode()
3360 struct wm8994_micdet *micdet; in wm8994_mic_detect() local
3371 micdet = &wm8994->micdet[0]; in wm8994_mic_detect()
3380 micdet = &wm8994->micdet[1]; in wm8994_mic_detect()
3401 micdet->jack = jack; in wm8994_mic_detect()
3402 micdet->detecting = true; in wm8994_mic_detect()
3405 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()
3449 if (priv->micdet[0].detecting) in wm8994_mic_work()
3453 if (priv->micdet[0].detecting) in wm8994_mic_work()
3459 priv->micdet[0].detecting = false; in wm8994_mic_work()
[all …]
Dwm8994.h136 struct wm8994_micdet micdet[2]; member