Lines Matching refs:report
3581 int report; in wm8994_mic_work() local
3595 report = 0; in wm8994_mic_work()
3598 report = SND_JACK_HEADSET; in wm8994_mic_work()
3602 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3604 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3606 if (report) in wm8994_mic_work()
3611 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work()
3614 report = 0; in wm8994_mic_work()
3617 report = SND_JACK_HEADSET; in wm8994_mic_work()
3621 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3623 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3625 if (report) in wm8994_mic_work()
3630 snd_soc_jack_report(priv->micdet[1].jack, report, in wm8994_mic_work()
3673 int report; in wm8958_button_det() local
3675 report = 0; in wm8958_button_det()
3677 report |= SND_JACK_BTN_0; in wm8958_button_det()
3680 report |= SND_JACK_BTN_1; in wm8958_button_det()
3683 report |= SND_JACK_BTN_2; in wm8958_button_det()
3686 report |= SND_JACK_BTN_3; in wm8958_button_det()
3689 report |= SND_JACK_BTN_4; in wm8958_button_det()
3692 report |= SND_JACK_BTN_5; in wm8958_button_det()
3694 snd_soc_jack_report(wm8994->micdet[0].jack, report, in wm8958_button_det()