Lines Matching refs:report
3431 int report; in wm8994_mic_work() local
3445 report = 0; in wm8994_mic_work()
3448 report = SND_JACK_HEADSET; in wm8994_mic_work()
3452 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3454 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3456 if (report) in wm8994_mic_work()
3461 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work()
3464 report = 0; in wm8994_mic_work()
3467 report = SND_JACK_HEADSET; in wm8994_mic_work()
3471 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3473 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3475 if (report) in wm8994_mic_work()
3480 snd_soc_jack_report(priv->micdet[1].jack, report, in wm8994_mic_work()
3523 int report; in wm8958_button_det() local
3525 report = 0; in wm8958_button_det()
3527 report |= SND_JACK_BTN_0; in wm8958_button_det()
3530 report |= SND_JACK_BTN_1; in wm8958_button_det()
3533 report |= SND_JACK_BTN_2; in wm8958_button_det()
3536 report |= SND_JACK_BTN_3; in wm8958_button_det()
3539 report |= SND_JACK_BTN_4; in wm8958_button_det()
3542 report |= SND_JACK_BTN_5; in wm8958_button_det()
3544 snd_soc_jack_report(wm8994->micdet[0].jack, report, in wm8958_button_det()