Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dwm1133-ev1.c190 static struct snd_soc_jack mic_jack; variable
208 SND_JACK_MICROPHONE | SND_JACK_BTN_0, &mic_jack, in wm1133_ev1_init()
210 wm8350_mic_jack_detect(component, &mic_jack, SND_JACK_MICROPHONE, in wm1133_ev1_init()
/sound/soc/pxa/
Dttc-dkb.c17 static struct snd_soc_jack hs_jack, mic_jack; variable
71 &mic_jack, mic_jack_pins, in ttc_pm860x_init()
/sound/soc/intel/boards/
Dbdw-rt5677.c89 static struct snd_soc_jack mic_jack; variable
234 SND_JACK_MICROPHONE, &mic_jack, in bdw_rt5677_init()
237 if (snd_soc_jack_add_gpios(&mic_jack, 1, &mic_jack_gpio)) in bdw_rt5677_init()
Dkbl_rt5660.c33 static struct snd_soc_jack mic_jack; variable
191 SND_JACK_MICROPHONE, &mic_jack, in kabylake_rt5660_codec_init()
197 ret = snd_soc_jack_add_gpios(&mic_jack, 1, &mic_jack_gpio); in kabylake_rt5660_codec_init()
/sound/soc/codecs/
Dmax98095.c57 struct snd_soc_jack *mic_jack; member
1831 if ((value & M98095_MIC_IN) && max98095->mic_jack) in max98095_report_jack()
1834 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack()
1842 if (max98095->mic_jack) in max98095_report_jack()
1843 snd_soc_jack_report(max98095->mic_jack, in max98095_report_jack()
1894 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
1901 max98095->mic_jack = mic_jack; in max98095_jack_detect()
1904 if (!hp_jack && !mic_jack) in max98095_jack_detect()
1927 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend()
1942 if (max98095->headphone_jack || max98095->mic_jack) { in max98095_resume()
[all …]
Dmax98095.h316 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
D88pm860x-codec.c126 struct snd_soc_jack *mic_jack; member
1238 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_component_handler()
1285 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
Drt5645.c418 struct snd_soc_jack *mic_jack; member
3233 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument
3239 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect()
3277 snd_soc_jack_report(rt5645->mic_jack, in rt5645_jack_detect_work()
3351 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE); in rt5645_jack_detect_work()
Dwm8903.c143 struct snd_soc_jack *mic_jack; member
1613 wm8903->mic_jack = jack; in wm8903_mic_detect()
1708 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
Drt5645.h2204 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
/sound/soc/generic/
Daudio-graph-card.c623 ret = asoc_simple_init_mic(card, &priv->mic_jack, NULL); in graph_card_probe()
Dsimple-card.c607 ret = asoc_simple_init_mic(card, &priv->mic_jack, PREFIX); in simple_soc_probe()