Lines Matching defs:report
3296 int val, btn_type, gpio_state = 0, report = 0;
3311 report = rt5645_jack_detect(rt5645->component, gpio_state);
3314 report, SND_JACK_HEADPHONE);
3316 report, SND_JACK_MICROPHONE);
3329 report = rt5645_jack_detect(rt5645->component, 1);
3335 report = SND_JACK_HEADSET;
3337 /* rt5650 can report three kinds of button behavior,
3339 currently we will report button pressed/released
3346 report |= SND_JACK_BTN_0;
3351 report |= SND_JACK_BTN_1;
3356 report |= SND_JACK_BTN_2;
3361 report |= SND_JACK_BTN_3;
3373 report = rt5645->jack_type;
3380 report = 0;
3388 snd_soc_jack_report(rt5645->hp_jack, report, SND_JACK_HEADPHONE);
3389 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE);
3392 report, SND_JACK_BTN_0 | SND_JACK_BTN_1 |