Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/ !
H A Dskl_hda_dsp_generic.c44 snd_hda_set_power_save(hda_pvt->codec->bus, in skl_set_hda_codec_autosuspend_delay()
/linux/sound/hda/controllers/ !
H A Dcix-ipbloq.c93 snd_hda_set_power_save(&chip->bus, CIX_IPBLOQ_POWER_SAVE_DEFAULT_TIME_MS); in cix_ipbloq_hda_probe_codec()
H A Dtegra.c614 snd_hda_set_power_save(&chip->bus, power_save * 1000); in hda_tegra_probe_work()
H A Dintel.c953 snd_hda_set_power_save(&chip->bus, power_save * 1000); in param_set_xint()
2324 snd_hda_set_power_save(&chip->bus, val * 1000); in set_default_power_save()
/linux/include/sound/ !
H A Dhda_codec.h513 void snd_hda_set_power_save(struct hda_bus *bus, int delay);
/linux/sound/hda/common/ !
H A Dcodec.c3443 * snd_hda_set_power_save - reprogram autosuspend for the given delay
3449 void snd_hda_set_power_save(struct hda_bus *bus, int delay) in snd_hda_check_amp_list_power()
3456 EXPORT_SYMBOL_GPL(snd_hda_set_power_save); in snd_hda_check_amp_list_power()
3424 void snd_hda_set_power_save(struct hda_bus *bus, int delay) snd_hda_set_power_save() function