Home
last modified time | relevance | path

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

/linux-4.1.27/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(codec, &mic_jack, SND_JACK_MICROPHONE, in wm1133_ev1_init()
/linux-4.1.27/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-4.1.27/sound/soc/intel/boards/
Dcht_bsw_rt5645.c38 struct snd_soc_jack mic_jack; member
181 SND_JACK_MICROPHONE, &ctx->mic_jack, in cht_codec_init()
188 rt5645_set_jack_detect(codec, &ctx->hp_jack, &ctx->mic_jack); in cht_codec_init()
/linux-4.1.27/sound/soc/codecs/
Dmax98095.c60 struct snd_soc_jack *mic_jack; member
2102 if ((value & M98095_MIC_IN) && max98095->mic_jack) in max98095_report_jack()
2105 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack()
2113 if (max98095->mic_jack) in max98095_report_jack()
2114 snd_soc_jack_report(max98095->mic_jack, in max98095_report_jack()
2165 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
2172 max98095->mic_jack = mic_jack; in max98095_jack_detect()
2175 if (!hp_jack && !mic_jack) in max98095_jack_detect()
2198 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend()
2213 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
1263 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_codec_handler()
1310 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
Dwm8903.c136 struct snd_soc_jack *mic_jack; member
1609 wm8903->mic_jack = jack; in wm8903_mic_detect()
1704 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
Drt5645.c2467 snd_soc_jack_report(rt5645->mic_jack, jack_type, SND_JACK_MICROPHONE); in rt5645_jack_detect()
2472 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in rt5645_set_jack_detect() argument
2477 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect()
Drt5645.h2186 struct snd_soc_jack *mic_jack; member
2202 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);