Searched refs:mic_jack (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | max98095.c | 58 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() 1928 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend() 1944 if (max98095->headphone_jack || max98095->mic_jack) { in max98095_resume() [all …]
|
| H A D | max98095.h | 316 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|
| H A D | rt5645.c | 454 struct snd_soc_jack *mic_jack; member 3275 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument 3281 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect() 3301 struct snd_soc_jack *mic_jack = NULL; in rt5645_component_set_jack() local 3309 mic_jack = hs_jack; in rt5645_component_set_jack() 3315 return rt5645_set_jack_detect(component, hs_jack, mic_jack, btn_jack); in rt5645_component_set_jack() 3340 snd_soc_jack_report(rt5645->mic_jack, in rt5645_jack_detect_work() 3412 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE); in rt5645_jack_detect_work()
|
| H A D | 88pm860x-codec.c | 126 struct snd_soc_jack *mic_jack; member 1241 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_component_handler() 1288 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
|
| H A D | wm8903.c | 143 struct snd_soc_jack *mic_jack; 1611 wm8903->mic_jack = jack; in wm8903_mic_detect() 1706 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq() 142 struct snd_soc_jack *mic_jack; global() member
|
| H A D | rt5645.h | 2209 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|
| /linux/sound/soc/tegra/ |
| H A D | tegra_asoc_machine.h | 44 struct snd_soc_jack *mic_jack; member
|
| /linux/sound/soc/fsl/ |
| H A D | fsl-asoc-card.c | 159 * @mic_jack: Microphone Jack structure 180 struct simple_util_jack mic_jack; in fsl_asoc_card_hw_params() 980 if (priv->mic_jack.gpio.desc) { in fsl_asoc_card_probe() 981 snd_soc_jack_notifier_unregister(&priv->mic_jack.jack, &mic_jack_nb); in fsl_asoc_card_probe() 982 snd_soc_jack_free_gpios(&priv->mic_jack.jack, 1, &priv->mic_jack.gpio); in fsl_asoc_card_probe() 983 priv->mic_jack.gpio.desc = NULL; in fsl_asoc_card_probe() 1015 ret = simple_util_init_jack(card, &priv->mic_jack, in fsl_asoc_card_probe() 1020 snd_soc_jack_notifier_register(&priv->mic_jack.jack, &mic_jack_nb); in fsl_asoc_card_probe() 102 struct simple_util_jack mic_jack; global() member
|
| /linux/sound/soc/generic/ |
| H A D | simple-card.c | 660 ret = simple_util_init_mic(card, &priv->mic_jack, PREFIX); in simple_get_dais_count()
|
| H A D | simple-card-utils.c | 1015 ret = simple_util_init_mic(card, &priv->mic_jack, NULL); in simple_util_init_priv()
|