Home
last modified time | relevance | path

Searched refs:hp_jack (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Dh1940_uda1380.c40 static struct snd_soc_jack hp_jack; variable
165 &hp_jack, hp_jack_pins, ARRAY_SIZE(hp_jack_pins)); in h1940_uda1380_init()
167 snd_soc_jack_add_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in h1940_uda1380_init()
175 snd_soc_jack_free_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in h1940_uda1380_card_remove()
Drx1950_uda1380.c52 static struct snd_soc_jack hp_jack; variable
214 &hp_jack, hp_jack_pins, ARRAY_SIZE(hp_jack_pins)); in rx1950_uda1380_init()
216 snd_soc_jack_add_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in rx1950_uda1380_init()
224 snd_soc_jack_free_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in rx1950_uda1380_card_remove()
/linux-4.4.14/sound/soc/fsl/
Dwm1133-ev1.c189 static struct snd_soc_jack hp_jack; variable
208 &hp_jack, hp_jack_pins, ARRAY_SIZE(hp_jack_pins)); in wm1133_ev1_init()
209 wm8350_hp_jack_detect(codec, WM8350_JDR, &hp_jack, SND_JACK_HEADPHONE); in wm1133_ev1_init()
/linux-4.4.14/sound/soc/rockchip/
Drockchip_rt5645.c39 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
/linux-4.4.14/sound/soc/codecs/
Dmax98095.h319 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
D88pm860x-codec.c128 struct snd_soc_jack *hp_jack; member
1254 snd_soc_jack_report(pm860x->det.hp_jack, report, mask); in pm860x_codec_handler()
1272 pm860x->det.hp_jack = jack; in pm860x_hs_jack_detect()
Drt5645.c245 struct snd_soc_jack *hp_jack; member
3024 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack, in rt5645_set_jack_detect() argument
3029 rt5645->hp_jack = hp_jack; in rt5645_set_jack_detect()
3062 snd_soc_jack_report(rt5645->hp_jack, in rt5645_jack_detect_work()
3142 snd_soc_jack_report(rt5645->hp_jack, report, SND_JACK_HEADPHONE); in rt5645_jack_detect_work()
Dmax98095.c1900 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
1906 max98095->headphone_jack = hp_jack; in max98095_jack_detect()
1910 if (!hp_jack && !mic_jack) in max98095_jack_detect()
Drt5645.h2198 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
/linux-4.4.14/sound/pci/oxygen/
Dxonar_wm87x6.c97 struct snd_jack *hp_jack; member
263 snd_jack_report(data->hp_jack, hp_plugged ? SND_JACK_HEADPHONE : 0); in xonar_ds_handle_hp_jack()
289 SND_JACK_HEADPHONE, &data->hp_jack, false, false); in xonar_ds_init()