Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8903.c1640 int mic_report, ret; in wm8903_irq() local
1669 mic_report = wm8903->mic_last_report; in wm8903_irq()
1686 mic_report ^= wm8903->mic_short; in wm8903_irq()
1693 mic_report ^= wm8903->mic_det; in wm8903_irq()
1702 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
1705 wm8903->mic_last_report = mic_report; in wm8903_irq()
D88pm860x-codec.c1222 int status, shrt, report = 0, mic_report = 0; in pm860x_codec_handler() local
1242 mic_report |= SND_JACK_MICROPHONE; in pm860x_codec_handler()
1255 if (mic_report) in pm860x_codec_handler()
1261 dev_dbg(pm860x->codec->dev, "microphone report:0x%x\n", mic_report); in pm860x_codec_handler()
Dmax98095.c1822 int mic_report = 0; in max98095_report_jack() local
1838 mic_report |= SND_JACK_MICROPHONE; in max98095_report_jack()
1842 hp_report | mic_report, in max98095_report_jack()
1850 mic_report, SND_JACK_MICROPHONE); in max98095_report_jack()