Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8903.c1642 int mic_report, ret; in wm8903_irq() local
1671 mic_report = wm8903->mic_last_report; in wm8903_irq()
1688 mic_report ^= wm8903->mic_short; in wm8903_irq()
1695 mic_report ^= wm8903->mic_det; in wm8903_irq()
1704 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
1707 wm8903->mic_last_report = mic_report; in wm8903_irq()
D88pm860x-codec.c1229 int status, shrt, report = 0, mic_report = 0; in pm860x_codec_handler() local
1249 mic_report |= SND_JACK_MICROPHONE; in pm860x_codec_handler()
1262 if (mic_report) in pm860x_codec_handler()
1268 dev_dbg(pm860x->codec->dev, "microphone report:0x%x\n", mic_report); in pm860x_codec_handler()
Dmax98095.c2087 int mic_report = 0; in max98095_report_jack() local
2103 mic_report |= SND_JACK_MICROPHONE; in max98095_report_jack()
2107 hp_report | mic_report, in max98095_report_jack()
2115 mic_report, SND_JACK_MICROPHONE); in max98095_report_jack()