Searched refs:mic_jack (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/sound/soc/fsl/ |
D | wm1133-ev1.c | 195 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/ |
D | ttc-dkb.c | 31 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/ |
D | cht_bsw_rt5645.c | 38 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/ |
D | max98095.c | 60 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 …]
|
D | max98095.h | 319 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|
D | 88pm860x-codec.c | 129 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()
|
D | wm8903.c | 136 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()
|
D | rt5645.c | 2467 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()
|
D | rt5645.h | 2186 struct snd_soc_jack *mic_jack; member 2202 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|