Searched refs:headphone_jack (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/sound/soc/rockchip/ |
D | rk3288_hdmi_analog.c | 47 static struct snd_soc_jack headphone_jack; variable 128 SND_JACK_HEADPHONE, &headphone_jack, in rk_init() 132 snd_soc_jack_add_gpios(&headphone_jack, 1, &rk_hp_jack_gpio); in rk_init()
|
/Linux-v5.4/sound/soc/intel/boards/ |
D | bdw-rt5677.c | 88 static struct snd_soc_jack headphone_jack; variable 222 SND_JACK_HEADPHONE, &headphone_jack, in bdw_rt5677_init() 225 if (snd_soc_jack_add_gpios(&headphone_jack, 1, in bdw_rt5677_init()
|
/Linux-v5.4/sound/soc/codecs/ |
D | max98095.c | 56 struct snd_soc_jack *headphone_jack; member 1827 max98095->headphone_jack) in max98095_report_jack() 1834 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack() 1835 snd_soc_jack_report(max98095->headphone_jack, in max98095_report_jack() 1839 if (max98095->headphone_jack) in max98095_report_jack() 1840 snd_soc_jack_report(max98095->headphone_jack, in max98095_report_jack() 1900 max98095->headphone_jack = hp_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() 2090 if (max98095->headphone_jack || max98095->mic_jack) in max98095_remove()
|