Home
last modified time | relevance | path

Searched refs:target_dsp_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/soc/sof/
Dpm.c23 u32 target_dsp_state; in snd_sof_dsp_power_target() local
28 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
38 target_dsp_state = SOF_DSP_PM_D0; in snd_sof_dsp_power_target()
40 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
44 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
48 return target_dsp_state; in snd_sof_dsp_power_target()
/Linux-v5.10/sound/soc/sof/intel/
Dhda-dsp.c820 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local
835 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
838 target_dsp_state.state, in hda_dsp_suspend()
839 target_dsp_state.substate); in hda_dsp_suspend()
878 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()