Searched refs:polarity_cb (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dwm8996.c90 wm8996_polarity_fn polarity_cb; member in struct:wm8996_priv
2225 * @polarity_cb: polarity callback
2236 wm8996_polarity_fn polarity_cb)
2243 wm8996->polarity_cb = polarity_cb;
2246 if (wm8996->polarity_cb)
2247 wm8996->polarity_cb(component, 0);
2458 if (wm8996->polarity_cb)
2459 wm8996->polarity_cb(component,
2235 wm8996_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, wm8996_polarity_fn polarity_cb) argument
H A Dwm8996.h24 wm8996_polarity_fn polarity_cb);

Completed in 130 milliseconds