ASoC: SOF: Add support ctx_save with IPC4
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>: The context save functionality with IPC4 is triggered by sending a message to the firmware about the pending power down of the primary core by the host. In order to have this functionality implemented in a clean way we need to introduce a new IPC level PM ops for core state management and use that instead of open coding IPC messages here and there. The first patch updates the ctx store/ctx_restore documentation to clarify that they are optional.
No related branches found
No related tags found
Showing
- include/sound/sof/ipc4/header.h 8 additions, 0 deletionsinclude/sound/sof/ipc4/header.h
- sound/soc/sof/intel/hda-dsp.c 6 additions, 9 deletionssound/soc/sof/intel/hda-dsp.c
- sound/soc/sof/intel/tgl.c 10 additions, 20 deletionssound/soc/sof/intel/tgl.c
- sound/soc/sof/ipc3.c 18 additions, 0 deletionssound/soc/sof/ipc3.c
- sound/soc/sof/ipc4.c 41 additions, 0 deletionssound/soc/sof/ipc4.c
- sound/soc/sof/sof-priv.h 4 additions, 2 deletionssound/soc/sof/sof-priv.h
Please register or sign in to comment