Searched defs:short_report (Results 1 - 1 of 1) sorted by relevance

/sound/soc/codecs/
H A Dwm8350.c59 int short_report; member in struct:wm8350_jack_data
1472 report |= priv->mic.short_report;
1477 priv->mic.report | priv->mic.short_report);
1488 * @short_report: value to report when microphone short detected
1495 int detect_report, int short_report)
1502 priv->mic.short_report = short_report;
1504 if (detect_report || short_report) {
1493 wm8350_mic_jack_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, int detect_report, int short_report) argument

Completed in 7 milliseconds