Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/pxa/
Dttc-dkb.c17 static struct snd_soc_jack hs_jack, mic_jack; variable
73 SND_JACK_MICROPHONE, &mic_jack, in ttc_pm860x_init()
/linux-6.1.9/sound/soc/intel/boards/
Dbdw-rt5650.c71 static struct snd_soc_jack mic_jack; variable
203 SND_JACK_MICROPHONE, &mic_jack, &mic_jack_pin, 1)) { in bdw_rt5650_init()
207 rt5645_set_jack_detect(component, &headphone_jack, &mic_jack, NULL); in bdw_rt5650_init()
Dbdw-rt5677.c91 static struct snd_soc_jack mic_jack; variable
272 SND_JACK_MICROPHONE, &mic_jack, in bdw_rt5677_init()
275 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()
/linux-6.1.9/sound/soc/tegra/
Dtegra_wm8903.c84 machine->mic_jack, in tegra_wm8903_init()
95 wm8903_mic_detect(component, machine->mic_jack, in tegra_wm8903_init()
Dtegra_asoc_machine.h44 struct snd_soc_jack *mic_jack; member
Dtegra_asoc_machine.c396 machine->mic_jack = &tegra_machine_mic_jack; in tegra_asoc_machine_probe()
/linux-6.1.9/sound/soc/codecs/
Dmax98095.c57 struct snd_soc_jack *mic_jack; member
1825 if ((value & M98095_MIC_IN) && max98095->mic_jack) in max98095_report_jack()
1828 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack()
1836 if (max98095->mic_jack) in max98095_report_jack()
1837 snd_soc_jack_report(max98095->mic_jack, in max98095_report_jack()
1888 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
1895 max98095->mic_jack = mic_jack; in max98095_jack_detect()
1898 if (!hp_jack && !mic_jack) in max98095_jack_detect()
1921 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend()
1936 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
1240 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_component_handler()
1287 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
Drt5645.c445 struct snd_soc_jack *mic_jack; member
3240 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument
3246 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect()
3282 snd_soc_jack_report(rt5645->mic_jack, in rt5645_jack_detect_work()
3353 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
1611 wm8903->mic_jack = jack; in wm8903_mic_detect()
1706 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
Drt5645.h2202 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
/linux-6.1.9/sound/soc/fsl/
Dfsl-asoc-card.c92 struct asoc_simple_jack mic_jack; member
880 ret = asoc_simple_init_jack(&priv->card, &priv->mic_jack, in fsl_asoc_card_probe()
885 snd_soc_jack_notifier_register(&priv->mic_jack.jack, &mic_jack_nb); in fsl_asoc_card_probe()
/linux-6.1.9/include/sound/
Dsimple_card_utils.h71 struct asoc_simple_jack mic_jack; member
/linux-6.1.9/sound/soc/generic/
Dsimple-card.c622 ret = asoc_simple_init_mic(card, &priv->mic_jack, PREFIX); in simple_soc_probe()
Dsimple-card-utils.c942 ret = asoc_simple_init_mic(card, &priv->mic_jack, NULL); in asoc_graph_card_probe()