Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_beep.c124 snd_hda_power_up_pm(beep->codec); in turn_on_beep()
H A Dhda_codec.c48 snd_hda_power_up_pm(codec); in codec_exec_verb()
649 snd_hda_power_up_pm(codec); in hda_jackpoll_work()
3507 snd_hda_power_up_pm(codec); in snd_hda_check_amp_list_power()
H A Dpatch_ca0132.c4469 snd_hda_power_up_pm(codec); in ca0132_select_out()
4779 snd_hda_power_up_pm(codec); in ca0132_alt_select_out()
5060 snd_hda_power_up_pm(codec); in ca0132_select_mic()
5111 snd_hda_power_up_pm(codec); in ca0132_alt_select_in()
8665 snd_hda_power_up_pm(codec); in ca0132_process_dsp_response()
9547 snd_hda_power_up_pm(codec); in ca0132_init()
H A Dpatch_hdmi.c1627 ret = snd_hda_power_up_pm(codec); in hdmi_present_sense_via_verbs()
1714 err = snd_hda_power_up_pm(codec); in silent_stream_enable()
1780 err = snd_hda_power_up_pm(codec); in silent_stream_disable()
H A Dpatch_realtek.c147 snd_hda_power_up_pm(codec); in coef_mutex_lock()
4368 snd_hda_power_up_pm(codec); in alc_update_vref_led()
/openbmc/linux/include/sound/
H A Dhda_codec.h494 #define snd_hda_power_up_pm(codec) snd_hdac_power_up_pm(&(codec)->core) macro