Searched refs:hp_jack (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/sound/soc/samsung/ |
D | h1940_uda1380.c | 40 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()
|
D | rx1950_uda1380.c | 52 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/ |
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.4.14/sound/soc/rockchip/ |
D | rockchip_rt5645.c | 39 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|
/linux-4.4.14/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 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()
|
D | rt5645.c | 245 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()
|
D | max98095.c | 1900 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()
|
D | rt5645.h | 2198 struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack,
|
/linux-4.4.14/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, false, false); in xonar_ds_init()
|