Searched refs:report (Results 1 - 18 of 18) sorted by relevance

/sound/soc/codecs/
H A Dwm8350.h24 struct snd_soc_jack *jack, int report);
H A Dwm8350.c58 int report; member in struct:wm8350_jack_data
1346 int report; local
1350 report = jack->report;
1352 report = 0;
1354 snd_soc_jack_report(jack->jack, report, jack->report);
1412 * @jack: jack to report detection events on
1413 * @report: value to report
1418 wm8350_hp_jack_detect(struct snd_soc_codec *codec, enum wm8350_jack which, struct snd_soc_jack *jack, int report) argument
1464 int report = 0; local
[all...]
H A Dtwl6040.h144 struct snd_soc_jack *jack, int report);
H A D88pm860x-codec.c1257 int status, shrt, report = 0, mic_report = 0; local
1273 report |= SND_JACK_HEADPHONE;
1280 report |= pm860x->det.hs_shrt;
1283 report |= pm860x->det.hook_det;
1286 report |= pm860x->det.lo_shrt;
1288 if (report)
1289 snd_soc_jack_report(pm860x->det.hp_jack, report, mask);
1294 dev_dbg(pm860x->codec->dev, "headphone report:0x%x, mask:%x\n",
1295 report, mask);
1296 dev_dbg(pm860x->codec->dev, "microphone report
[all...]
H A Dtwl6040.c75 int report; member in struct:twl6040_jack_data
728 struct snd_soc_jack *jack, int report)
738 snd_soc_jack_report(jack, report, report);
740 snd_soc_jack_report(jack, 0, report);
746 struct snd_soc_jack *jack, int report)
752 hs_jack->report = report;
754 twl6040_hs_jack_report(codec, hs_jack->jack, hs_jack->report);
765 twl6040_hs_jack_report(codec, hs_jack->jack, hs_jack->report);
727 twl6040_hs_jack_report(struct snd_soc_codec *codec, struct snd_soc_jack *jack, int report) argument
745 twl6040_hs_jack_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, int report) argument
[all...]
H A Dwm8994.c2657 * @jack: jack to report detection events on
2659 * @det: value to report for presence detection
2660 * @shrt: value to report for short detection
2717 int report; local
2732 report = 0;
2734 report |= priv->micdet[0].det;
2736 report |= priv->micdet[0].shrt;
2737 snd_soc_jack_report(priv->micdet[0].jack, report,
2740 report = 0;
2742 report |
2758 int report = 0; local
[all...]
/sound/soc/
H A Dsoc-jack.c208 * that it is not possible to report additional jack events in the
241 int report; local
248 report = gpio->report;
250 report = 0;
253 report = gpio->jack_status_check();
255 snd_soc_jack_report(jack, report, gpio->report);
/sound/soc/pxa/
H A Dhx4700.c53 .report = SND_JACK_HEADPHONE,
H A Dpalm27x.c48 .report = SND_JACK_HEADPHONE,
H A Dz2.c110 .report = SND_JACK_HEADSET,
/sound/soc/samsung/
H A Dh1940_uda1380.c57 .report = SND_JACK_HEADPHONE,
H A Dsmartq_wm8987.c113 .report = SND_JACK_HEADPHONE,
H A Dgoni_wm8994.c53 .report = SND_JACK_HEADSET | SND_JACK_MECHANICAL |
H A Drx1950_uda1380.c67 .report = SND_JACK_HEADPHONE,
/sound/soc/omap/
H A Dsdp3430.c157 .report = SND_JACK_HEADSET,
H A Drx51.c243 .report = SND_JACK_HEADSET,
H A Dams-delta.c213 .report = SND_JACK_HEADSET,
/sound/soc/tegra/
H A Dtegra_wm8903.c143 .report = SND_JACK_HEADPHONE,

Completed in 149 milliseconds