Home
last modified time | relevance | path

Searched refs:snd_hda_set_pin_ctl_cache (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_realtek.c2255 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP); in alc887_fixup_asus_jack()
4369 snd_hda_set_pin_ctl_cache(codec, pin, pinval); in alc_update_vref_led()
5234 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5236 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5243 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5245 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5251 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5253 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5258 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5260 snd_hda_set_pin_ctl_cache(code in alc_headset_mode_mic_in()
[all...]
H A Dhda_local.h454 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache() function
H A Dpatch_cirrus.c707 snd_hda_set_pin_ctl_cache(codec, pin, pinctl); in cs4208_spdif_sw_put()
H A Dhda_auto_parser.c825 snd_hda_set_pin_ctl_cache(codec, cfg->nid, cfg->val); in set_pin_targets()
H A Dpatch_conexant.c336 snd_hda_set_pin_ctl_cache(codec, 0x1d, AC_PINCTL_HP_EN); in cxt_fixup_update_pinctl()
H A Dhda_generic.c2594 snd_hda_set_pin_ctl_cache(codec, vref_pin, in update_hp_mic()
2696 snd_hda_set_pin_ctl_cache(codec, nid, val); in out_jack_mode_put()
2864 snd_hda_set_pin_ctl_cache(codec, nid, val); in in_jack_mode_put()
3008 snd_hda_set_pin_ctl_cache(codec, nid, val); in hp_mic_jack_mode_put()
H A Dpatch_sigmatel.c354 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); in stac_vrefout_set()