Home
last modified time | relevance | path

Searched refs:btn_jack (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Daudio_module.c25 struct snd_jack *btn_jack = module->button.jack.jack; in gbaudio_request_jack() local
40 if (btn_jack && module->button_status) { in gbaudio_request_jack()
73 struct snd_jack *btn_jack = module->button.jack.jack; in gbaudio_request_button() local
75 if (!btn_jack) { in gbaudio_request_button()
/openbmc/linux/sound/soc/codecs/
H A Drt5645.c447 struct snd_soc_jack *btn_jack; member
3259 struct snd_soc_jack *btn_jack) in rt5645_set_jack_detect() argument
3265 rt5645->btn_jack = btn_jack; in rt5645_set_jack_detect()
3266 if (rt5645->btn_jack && rt5645->codec_type == CODEC_TYPE_RT5650) { in rt5645_set_jack_detect()
3285 struct snd_soc_jack *btn_jack = NULL; in rt5645_component_set_jack() local
3295 btn_jack = hs_jack; in rt5645_component_set_jack()
3298 return rt5645_set_jack_detect(component, hs_jack, mic_jack, btn_jack); in rt5645_component_set_jack()
3400 snd_soc_jack_report(rt5645->btn_jack, in rt5645_jack_detect_work()
H A Drt5645.h2203 struct snd_soc_jack *btn_jack);