Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/samsung/
Dh1940_uda1380.c41 static struct snd_soc_jack hp_jack; variable
166 &hp_jack, hp_jack_pins, ARRAY_SIZE(hp_jack_pins)); in h1940_uda1380_init()
168 snd_soc_jack_add_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in h1940_uda1380_init()
176 snd_soc_jack_free_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in h1940_uda1380_card_remove()
Drx1950_uda1380.c53 static struct snd_soc_jack hp_jack; variable
215 &hp_jack, hp_jack_pins, ARRAY_SIZE(hp_jack_pins)); in rx1950_uda1380_init()
217 snd_soc_jack_add_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in rx1950_uda1380_init()
225 snd_soc_jack_free_gpios(&hp_jack, ARRAY_SIZE(hp_jack_gpios), in rx1950_uda1380_card_remove()
/linux-4.1.27/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.1.27/sound/soc/intel/boards/
Dcht_bsw_rt5645.c37 struct snd_soc_jack hp_jack; member
173 SND_JACK_HEADPHONE, &ctx->hp_jack, in cht_codec_init()
188 rt5645_set_jack_detect(codec, &ctx->hp_jack, &ctx->mic_jack); in cht_codec_init()
/linux-4.1.27/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
1261 snd_soc_jack_report(pm860x->det.hp_jack, report, mask); in pm860x_codec_handler()
1279 pm860x->det.hp_jack = jack; in pm860x_hs_jack_detect()
Drt5645.c2466 snd_soc_jack_report(rt5645->hp_jack, jack_type, SND_JACK_HEADPHONE); in rt5645_jack_detect()
2472 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in rt5645_set_jack_detect() argument
2476 rt5645->hp_jack = hp_jack; in rt5645_set_jack_detect()
Dmax98095.c2165 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack) in max98095_jack_detect() argument
2171 max98095->headphone_jack = hp_jack; in max98095_jack_detect()
2175 if (!hp_jack && !mic_jack) in max98095_jack_detect()
Drt5645.h2185 struct snd_soc_jack *hp_jack; member
2202 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
/linux-4.1.27/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); in xonar_ds_init()