Lines Matching defs:report
3260 int val, btn_type, gpio_state = 0, report = 0;
3273 report = rt5645_jack_detect(rt5645->component, gpio_state);
3276 report, SND_JACK_HEADPHONE);
3278 report, SND_JACK_MICROPHONE);
3291 report = rt5645_jack_detect(rt5645->component, 1);
3297 report = SND_JACK_HEADSET;
3299 /* rt5650 can report three kinds of button behavior,
3301 currently we will report button pressed/released
3308 report |= SND_JACK_BTN_0;
3313 report |= SND_JACK_BTN_1;
3318 report |= SND_JACK_BTN_2;
3323 report |= SND_JACK_BTN_3;
3335 report = rt5645->jack_type;
3342 report = 0;
3350 snd_soc_jack_report(rt5645->hp_jack, report, SND_JACK_HEADPHONE);
3351 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE);
3354 report, SND_JACK_BTN_0 | SND_JACK_BTN_1 |