Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm5100.c74 bool jack_detecting; member
1999 wm5100->jack_detecting = false; in wm5100_report_headphone()
2032 wm5100->jack_detecting = true; in wm5100_micd_irq()
2049 if (wm5100->jack_detecting) { in wm5100_micd_irq()
2052 wm5100->jack_detecting = false; in wm5100_micd_irq()
2076 if (wm5100->jack_detecting && (val & 0x3f8)) { in wm5100_micd_irq()
2095 } else if (wm5100->jack_detecting) { in wm5100_micd_irq()
2108 wm5100->jack_detecting = true; in wm5100_detect()