Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8903.c1649 int mic_report, ret; in wm8903_irq() local
1678 mic_report = wm8903->mic_last_report; in wm8903_irq()
1695 mic_report ^= wm8903->mic_short; in wm8903_irq()
1702 mic_report ^= wm8903->mic_det; in wm8903_irq()
1711 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
1714 wm8903->mic_last_report = mic_report; in wm8903_irq()
D88pm860x-codec.c1222 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
1242 mic_report |= SND_JACK_MICROPHONE; in pm860x_component_handler()
1255 if (mic_report) in pm860x_component_handler()
1261 dev_dbg(pm860x->component->dev, "microphone report:0x%x\n", mic_report); in pm860x_component_handler()
Dmax98095.c1819 int mic_report = 0; in max98095_report_jack() local
1835 mic_report |= SND_JACK_MICROPHONE; in max98095_report_jack()
1839 hp_report | mic_report, in max98095_report_jack()
1847 mic_report, SND_JACK_MICROPHONE); in max98095_report_jack()