Searched refs:mic_jack (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/sound/soc/codecs/ |
D | max98095.c | 60 struct snd_soc_jack *mic_jack; member 1837 if ((value & M98095_MIC_IN) && max98095->mic_jack) in max98095_report_jack() 1840 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack() 1848 if (max98095->mic_jack) in max98095_report_jack() 1849 snd_soc_jack_report(max98095->mic_jack, in max98095_report_jack() 1900 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument 1907 max98095->mic_jack = mic_jack; in max98095_jack_detect() 1910 if (!hp_jack && !mic_jack) in max98095_jack_detect() 1933 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend() 1948 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 1256 snd_soc_jack_report(pm860x->det.mic_jack, SND_JACK_MICROPHONE, in pm860x_codec_handler() 1303 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
|
D | rt5645.c | 246 struct snd_soc_jack *mic_jack; member 3024 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument 3030 rt5645->mic_jack = mic_jack; in rt5645_set_jack_detect() 3064 snd_soc_jack_report(rt5645->mic_jack, in rt5645_jack_detect_work() 3143 snd_soc_jack_report(rt5645->mic_jack, report, SND_JACK_MICROPHONE); in rt5645_jack_detect_work()
|
D | wm8903.c | 136 struct snd_soc_jack *mic_jack; member 1607 wm8903->mic_jack = jack; in wm8903_mic_detect() 1702 snd_soc_jack_report(wm8903->mic_jack, mic_report, in wm8903_irq()
|
D | rt5645.h | 2198 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|
/linux-4.4.14/sound/soc/rockchip/ |
D | rockchip_rt5645.c | 39 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|