Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/realtek/
H A Dalc861.c39 snd_hda_set_pin_ctl(codec, 0x0f, val); in alc861_fixup_asus_amp_vref_0f()
H A Dalc882.c125 snd_hda_set_pin_ctl(codec, nids[i], val); in alc889_fixup_mbp_vref()
141 snd_hda_set_pin_ctl(codec, nids[i], val); in alc889_fixup_mac_pins()
251 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref); in alc887_asus_hp_automute_hook()
H A Dalc662.c174 snd_hda_set_pin_ctl(codec, 0x1b, vref); in alc897_hp_automute_hook()
H A Dalc269.c1254 snd_hda_set_pin_ctl(codec, nid, in led_power_filter()
/linux/sound/hda/codecs/cirrus/
H A Dcs421x.c411 snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); in cs4210_spdif_automute()
/linux/sound/hda/common/
H A Dhda_local.h427 * snd_hda_set_pin_ctl - Set a pin-control value safely
442 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl() function
453 * Just like snd_hda_set_pin_ctl() but write to cache as well.