Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_realtek.c2253 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP); in alc887_fixup_asus_jack()
4222 snd_hda_set_pin_ctl_cache(codec, pin, pinval); in alc_update_vref_led()
5008 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5010 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5017 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5019 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5025 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5027 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
5032 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); in alc_headset_mode_mic_in()
5034 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
[all …]
H A Dhda_local.h437 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.c705 snd_hda_set_pin_ctl_cache(codec, pin, pinctl); in cs4208_spdif_sw_put()
H A Dhda_auto_parser.c823 snd_hda_set_pin_ctl_cache(codec, cfg->nid, cfg->val); in set_pin_targets()
H A Dhda_generic.c2587 snd_hda_set_pin_ctl_cache(codec, vref_pin, in update_hp_mic()
2689 snd_hda_set_pin_ctl_cache(codec, nid, val); in out_jack_mode_put()
2857 snd_hda_set_pin_ctl_cache(codec, nid, val); in in_jack_mode_put()
3001 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()