Home
last modified time | relevance | path

Searched refs:mic_jack (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/sound/soc/fsl/
Dwm1133-ev1.c195 static struct snd_soc_jack mic_jack; variable
213 SND_JACK_MICROPHONE | SND_JACK_BTN_0, &mic_jack, in wm1133_ev1_init()
215 wm8350_mic_jack_detect(component, &mic_jack, SND_JACK_MICROPHONE, in wm1133_ev1_init()
/Linux-v4.19/sound/soc/pxa/
Dttc-dkb.c31 static struct snd_soc_jack hs_jack, mic_jack; variable
85 &mic_jack, mic_jack_pins, in ttc_pm860x_init()
/Linux-v4.19/sound/soc/intel/boards/
Dbdw-rt5677.c99 static struct snd_soc_jack mic_jack; variable
242 SND_JACK_MICROPHONE, &mic_jack, in bdw_rt5677_init()
245 if (snd_soc_jack_add_gpios(&mic_jack, 1, &mic_jack_gpio)) in bdw_rt5677_init()
/Linux-v4.19/sound/soc/codecs/
Dmax98095.c60 struct snd_soc_jack *mic_jack; member
1834 if ((value & M98095_MIC_IN) && max98095->mic_jack) in max98095_report_jack()
1837 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack()
1845 if (max98095->mic_jack) in max98095_report_jack()
1846 snd_soc_jack_report(max98095->mic_jack, in max98095_report_jack()
1897 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
1904 max98095->mic_jack = mic_jack; in max98095_jack_detect()
1907 if (!hp_jack && !mic_jack) in max98095_jack_detect()
1930 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend()
1945 if (max98095->headphone_jack || max98095->mic_jack) { in max98095_resume()
[all …]
Dmax98095.h319 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
D88pm860x-codec.c129 struct snd_soc_jack *mic_jack; member
1256 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_component_handler()
1303 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
Drt5645.c416 struct snd_soc_jack *mic_jack; member
3267 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument
3273 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect()
3307 snd_soc_jack_report(rt5645->mic_jack, in rt5645_jack_detect_work()
3375 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE); in rt5645_jack_detect_work()
Dwm8903.c146 struct snd_soc_jack *mic_jack; member
1616 wm8903->mic_jack = jack; in wm8903_mic_detect()
1711 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
Drt5645.h2207 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
/Linux-v4.19/sound/soc/generic/
Daudio-graph-card.c32 struct asoc_simple_jack mic_jack; member
288 ret = asoc_simple_card_init_mic(card, &priv->mic_jack, NULL); in asoc_graph_soc_card_probe()
Dsimple-card.c27 struct asoc_simple_jack mic_jack; member
351 ret = asoc_simple_card_init_mic(card, &priv->mic_jack, PREFIX); in asoc_simple_soc_card_probe()