Lines Matching defs:report
1357 int val, btn_type, report = 0;
1366 /* jack was out, report jack type */
1367 report = rt5659_headset_detect(rt5659->component, 1);
1369 /* jack is already in, report button event */
1370 report = SND_JACK_HEADSET;
1373 * rt5659 can report three kinds of button behavior,
1375 * currently we will report button pressed/released
1383 report |= SND_JACK_BTN_0;
1388 report |= SND_JACK_BTN_1;
1393 report |= SND_JACK_BTN_2;
1398 report |= SND_JACK_BTN_3;
1412 report = rt5659->jack_type;
1416 report = rt5659_headset_detect(rt5659->component, 0);
1419 snd_soc_jack_report(rt5659->hs_jack, report, SND_JACK_HEADSET |