Lines Matching refs:report
3433 int report; in wm8994_mic_work() local
3447 report = 0; in wm8994_mic_work()
3450 report = SND_JACK_HEADSET; in wm8994_mic_work()
3454 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3456 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3458 if (report) in wm8994_mic_work()
3463 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work()
3466 report = 0; in wm8994_mic_work()
3469 report = SND_JACK_HEADSET; in wm8994_mic_work()
3473 report = SND_JACK_HEADPHONE; in wm8994_mic_work()
3475 report |= SND_JACK_BTN_0; in wm8994_mic_work()
3477 if (report) in wm8994_mic_work()
3482 snd_soc_jack_report(priv->micdet[1].jack, report, in wm8994_mic_work()
3525 int report; in wm8958_button_det() local
3527 report = 0; in wm8958_button_det()
3529 report |= SND_JACK_BTN_0; in wm8958_button_det()
3532 report |= SND_JACK_BTN_1; in wm8958_button_det()
3535 report |= SND_JACK_BTN_2; in wm8958_button_det()
3538 report |= SND_JACK_BTN_3; in wm8958_button_det()
3541 report |= SND_JACK_BTN_4; in wm8958_button_det()
3544 report |= SND_JACK_BTN_5; in wm8958_button_det()
3546 snd_soc_jack_report(wm8994->micdet[0].jack, report, in wm8958_button_det()