Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/sound/
Dwlf,wm8903.yaml46 micdet-cfg:
51 micdet-delay:
106 micdet-cfg = <0>;
107 micdet-delay = <100>;
/linux-6.1.9/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>;
Dtegra20-ventana.dts346 micdet-cfg = <0>;
347 micdet-delay = <100>;
Dtegra30-cardhu.dtsi235 micdet-cfg = <0>;
236 micdet-delay = <100>;
Dtegra20-harmony.dts296 micdet-cfg = <0>;
297 micdet-delay = <100>;
Dqcom-apq8060-dragonboard.dts544 micdet-cfg = <0>;
545 micdet-delay = <100>;
Dtegra20-seaboard.dts347 micdet-cfg = <0>;
348 micdet-delay = <100>;
Dtegra20-asus-tf101.dts519 micdet-cfg = <0x83>;
520 micdet-delay = <100>;
Dtegra30-asus-tf300t.dts127 micdet-cfg = <0>;
128 micdet-delay = <100>;
Dtegra20-acer-a500-picasso.dts442 micdet-cfg = <0>;
443 micdet-delay = <100>;
Dtegra30-pegatron-chagall.dts1160 micdet-cfg = <0>;
1161 micdet-delay = <100>;
/linux-6.1.9/sound/soc/codecs/
Dwm8994.c746 if (!wm8994->jackdet || !wm8994->micdet[0].jack) in wm1811_jackdet_set_mode()
3508 struct wm8994_micdet *micdet; in wm8994_mic_detect() local
3521 micdet = &wm8994->micdet[0]; in wm8994_mic_detect()
3528 micdet = &wm8994->micdet[1]; in wm8994_mic_detect()
3547 micdet->jack = jack; in wm8994_mic_detect()
3548 micdet->detecting = true; in wm8994_mic_detect()
3551 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()
3597 if (priv->micdet[0].detecting) in wm8994_mic_work()
3601 if (priv->micdet[0].detecting) in wm8994_mic_work()
3607 priv->micdet[0].detecting = false; in wm8994_mic_work()
[all …]
Dwm8994.h141 struct wm8994_micdet micdet[2]; member