Searched refs:mic_jack (Results 1 – 12 of 12) sorted by relevance
/sound/soc/fsl/ |
D | wm1133-ev1.c | 190 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/ |
D | ttc-dkb.c | 17 static struct snd_soc_jack hs_jack, mic_jack; variable 71 &mic_jack, mic_jack_pins, in ttc_pm860x_init()
|
/sound/soc/intel/boards/ |
D | bdw-rt5677.c | 89 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()
|
D | kbl_rt5660.c | 33 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/ |
D | max98095.c | 57 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 …]
|
D | max98095.h | 316 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|
D | 88pm860x-codec.c | 126 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()
|
D | rt5645.c | 418 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()
|
D | wm8903.c | 143 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()
|
D | rt5645.h | 2204 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|
/sound/soc/generic/ |
D | audio-graph-card.c | 623 ret = asoc_simple_init_mic(card, &priv->mic_jack, NULL); in graph_card_probe()
|
D | simple-card.c | 607 ret = asoc_simple_init_mic(card, &priv->mic_jack, PREFIX); in simple_soc_probe()
|