Home
last modified time | relevance | path

Searched refs:headphone_jack (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/sound/soc/rockchip/
Drk3288_hdmi_analog.c47 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-v6.1/sound/soc/intel/boards/
Dbdw-rt5650.c70 static struct snd_soc_jack headphone_jack; variable
196 SND_JACK_HEADPHONE, &headphone_jack, in bdw_rt5650_init()
207 rt5645_set_jack_detect(component, &headphone_jack, &mic_jack, NULL); in bdw_rt5650_init()
Dbdw-rt5677.c90 static struct snd_soc_jack headphone_jack; variable
260 SND_JACK_HEADPHONE, &headphone_jack, in bdw_rt5677_init()
263 if (snd_soc_jack_add_gpios(&headphone_jack, 1, in bdw_rt5677_init()
/Linux-v6.1/sound/soc/codecs/
Dmax98095.c56 struct snd_soc_jack *headphone_jack; member
1821 max98095->headphone_jack) in max98095_report_jack()
1828 if (max98095->headphone_jack == max98095->mic_jack) { in max98095_report_jack()
1829 snd_soc_jack_report(max98095->headphone_jack, in max98095_report_jack()
1833 if (max98095->headphone_jack) in max98095_report_jack()
1834 snd_soc_jack_report(max98095->headphone_jack, in max98095_report_jack()
1894 max98095->headphone_jack = hp_jack; in max98095_jack_detect()
1921 if (max98095->headphone_jack || max98095->mic_jack) in max98095_suspend()
1936 if (max98095->headphone_jack || max98095->mic_jack) { in max98095_resume()
2084 if (max98095->headphone_jack || max98095->mic_jack) in max98095_remove()