Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm8903.c1646 int mic_report, ret; in wm8903_irq() local
1675 mic_report = wm8903->mic_last_report; in wm8903_irq()
1692 mic_report ^= wm8903->mic_short; in wm8903_irq()
1699 mic_report ^= wm8903->mic_det; in wm8903_irq()
1708 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
1711 wm8903->mic_last_report = mic_report; in wm8903_irq()
D88pm860x-codec.c1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
1226 mic_report |= SND_JACK_MICROPHONE; in pm860x_component_handler()
1239 if (mic_report) in pm860x_component_handler()
1245 dev_dbg(pm860x->component->dev, "microphone report:0x%x\n", mic_report); in pm860x_component_handler()
Dmax98095.c1816 int mic_report = 0; in max98095_report_jack() local
1832 mic_report |= SND_JACK_MICROPHONE; in max98095_report_jack()
1836 hp_report | mic_report, in max98095_report_jack()
1844 mic_report, SND_JACK_MICROPHONE); in max98095_report_jack()