Lines Matching refs:report
38 /* Send an initial empty report */
118 int report = 0, ret = 0;
253 report |= SND_JACK_HEADPHONE;
255 report |= SND_JACK_LINEOUT;
329 * Only send report if jack hasn't been removed during process,
333 snd_soc_jack_report(da7219_aad->jack, report,
350 int i, ret, report = 0, mask = 0;
378 report |= SND_JACK_MECHANICAL;
388 * HP impedance test to determine output type to report.
399 report |= SND_JACK_HEADSET;
413 report |= SND_JACK_BTN_0 >> i;
417 snd_soc_jack_report(da7219_aad->jack, report, mask);
423 report &= ~(SND_JACK_BTN_0 >> i);
431 report = 0;
457 snd_soc_jack_report(da7219_aad->jack, report, mask);