Home
last modified time | relevance | path

Searched refs:snd_hda_power_down (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_beep.c40 snd_hda_power_down(codec); in generate_tone()
Dhda_proc.c762 snd_hda_power_down(codec); in print_codec_info()
899 snd_hda_power_down(codec); in print_codec_info()
Dhda_controller.c99 snd_hda_power_down(apcm->codec); in azx_pcm_close()
666 snd_hda_power_down(apcm->codec); in azx_pcm_open()
Dhda_sysfs.c147 snd_hda_power_down(codec); in reconfig_codec()
Dpatch_ca0132.c4116 snd_hda_power_down(codec); in tuning_ctl_set()
5481 snd_hda_power_down(codec); in ca0132_alt_bass_redirection_xover_set()
5527 snd_hda_power_down(codec); in ca0132_alt_slider_ctl_set()
6291 snd_hda_power_down(codec); in ca0132_switch_put()
6428 snd_hda_power_down(codec); in ca0132_volume_put()
6474 snd_hda_power_down(codec); in ca0132_alt_volume_put()
9508 snd_hda_power_down(codec); in ca0132_free()
Dpatch_sigmatel.c613 snd_hda_power_down(codec); in stac_aloopback_put()
Dhda_codec.c817 snd_hda_power_down(codec); in snd_hda_codec_register()
/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h489 #define snd_hda_power_down(codec) snd_hdac_power_down(&(codec)->core) macro