Lines Matching defs:report
1356 int val, btn_type, report = 0;
1365 /* jack was out, report jack type */
1366 report = rt5659_headset_detect(rt5659->component, 1);
1368 /* jack is already in, report button event */
1369 report = SND_JACK_HEADSET;
1372 * rt5659 can report three kinds of button behavior,
1374 * currently we will report button pressed/released
1382 report |= SND_JACK_BTN_0;
1387 report |= SND_JACK_BTN_1;
1392 report |= SND_JACK_BTN_2;
1397 report |= SND_JACK_BTN_3;
1411 report = rt5659->jack_type;
1415 report = rt5659_headset_detect(rt5659->component, 0);
1418 snd_soc_jack_report(rt5659->hs_jack, report, SND_JACK_HEADSET |