Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/hda/
Dhda_beep.c124 snd_hda_power_up_pm(beep->codec); in turn_on_beep()
Dhda_codec.c48 snd_hda_power_up_pm(codec); in codec_exec_verb()
649 snd_hda_power_up_pm(codec); in hda_jackpoll_work()
3496 snd_hda_power_up_pm(codec); in snd_hda_check_amp_list_power()
Dpatch_ca0132.c4454 snd_hda_power_up_pm(codec); in ca0132_select_out()
4764 snd_hda_power_up_pm(codec); in ca0132_alt_select_out()
5045 snd_hda_power_up_pm(codec); in ca0132_select_mic()
5096 snd_hda_power_up_pm(codec); in ca0132_alt_select_in()
8650 snd_hda_power_up_pm(codec); in ca0132_process_dsp_response()
9532 snd_hda_power_up_pm(codec); in ca0132_init()
Dpatch_hdmi.c1613 ret = snd_hda_power_up_pm(codec); in hdmi_present_sense_via_verbs()
1700 err = snd_hda_power_up_pm(codec); in silent_stream_enable()
1765 err = snd_hda_power_up_pm(codec); in silent_stream_disable()
Dpatch_realtek.c146 snd_hda_power_up_pm(codec); in coef_mutex_lock()
4284 snd_hda_power_up_pm(codec); in alc_update_vref_led()
/Linux-v6.1/include/sound/
Dhda_codec.h495 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core) macro