Home
last modified time | relevance | path

Searched refs:snd_hda_codec_write_cache (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_analog.c139 snd_hda_codec_write_cache(codec, spec->eapd_nid, 0, in ad_vmaster_eapd_hook()
491 snd_hda_codec_write_cache(codec, dig_out, 0, in ad1983_auto_smux_enum_put()
986 snd_hda_codec_write_cache(codec, 0x01, 0, in ad1884_vmaster_hp_gpio_hook()
1000 snd_hda_codec_write_cache(codec, 0x01, 0, in ad1884_fixup_hp_eapd()
1002 snd_hda_codec_write_cache(codec, 0x01, 0, in ad1884_fixup_hp_eapd()
1004 snd_hda_codec_write_cache(codec, 0x01, 0, in ad1884_fixup_hp_eapd()
Dpatch_conexant.c280snd_hda_codec_write_cache(codec, 0x1c, 0, 0x410, 0x7c); /* enable merged mode for analog int-mic */ in cxt_update_headset_mode()
283snd_hda_codec_write_cache(codec, 0x1c, 0, 0x410, 0x54); /* disable merged mode for analog int-mic … in cxt_update_headset_mode()
340 snd_hda_codec_write_cache(codec, nid, 0, \
Dpatch_si3054.c67 snd_hda_codec_write_cache(codec,reg,0,SI3054_VERB_WRITE_NODE,val)
Dhda_beep.c226 snd_hda_codec_write_cache(codec, nid, 0, in snd_hda_attach_beep_device()
Dpatch_hdmi.c1045 snd_hda_codec_write_cache(codec, pin_nid, 0, in intel_verify_pin_cvt_connect()
1138 snd_hda_codec_write_cache(codec, nid, 0, in intel_not_share_assigned_cvt()
1280 snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0, in hdmi_pcm_open()
1481 snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0, in hdmi_pcm_setup_pin()
1716 snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0, in silent_stream_enable()
2620 snd_hda_codec_write_cache(codec, nid, 0, in reprogram_jack_detect()
2774 snd_hda_codec_write_cache(codec, spec->vendor_nid, 0, in intel_haswell_fixup_enable_dp12()
Dhda_jack.c336 err = snd_hda_codec_write_cache(codec, nid, 0, in snd_hda_jack_detect_enable_callback_mst()
Dpatch_sigmatel.c618 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in stac_aloopback_put()
3071 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in stac92hd71bxx_fixup_hp_m4()
4113 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in stac9205_fixup_dell_m43()
Dhda_generic.c206 snd_hda_codec_write_cache(codec, pin, 0, \
895 snd_hda_codec_write_cache(codec, nid, 0, in snd_hda_activate_path()
927 snd_hda_codec_write_cache(codec, pin, 0, in set_pin_eapd()
6070 snd_hda_codec_write_cache(codec, nid, 0, in clear_unsol_on_unused_pins()
Dhda_codec.c3540 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, in snd_hda_input_mux_put()
3971 return snd_hda_codec_write_cache(codec, pin, 0, in _snd_hda_set_pin_ctl()
Dpatch_realtek.c4756 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in alc280_fixup_hp_gpio2_mic_hotkey()
/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h373 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache() function