Searched refs:hp_jack (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/sound/soc/samsung/ |
D | h1940_uda1380.c | 41 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()
|
D | rx1950_uda1380.c | 53 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/ |
D | wm1133-ev1.c | 189 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/ |
D | cht_bsw_rt5645.c | 37 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/ |
D | max98095.h | 319 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|
D | 88pm860x-codec.c | 128 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()
|
D | rt5645.c | 2466 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()
|
D | max98095.c | 2165 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()
|
D | rt5645.h | 2185 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/ |
D | xonar_wm87x6.c | 97 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()
|