Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm8903.c1643 int mic_report, ret; in wm8903_irq() local
1672 mic_report = wm8903->mic_last_report; in wm8903_irq()
1689 mic_report ^= wm8903->mic_short; in wm8903_irq()
1696 mic_report ^= wm8903->mic_det; in wm8903_irq()
1705 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
1708 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.c1810 int mic_report = 0; in max98095_report_jack() local
1826 mic_report |= SND_JACK_MICROPHONE; in max98095_report_jack()
1830 hp_report | mic_report, in max98095_report_jack()
1838 mic_report, SND_JACK_MICROPHONE); in max98095_report_jack()