ASoC: SOF: Intel: fix suspend/resume for non-HDA mode.#152
ASoC: SOF: Intel: fix suspend/resume for non-HDA mode.#152lgirdwood merged 1 commit intothesofproject:topic/sof-devfrom
Conversation
For non-HDA mode, we don't handle the pp and init/stop chip related, here correct it. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
|
@ZhendanYang @ranj063 this should fix the non-HDA compiling issue. |
|
@lgirdwood please help review. |
|
for me in this patch works nicely. I can compile the kernel without disabling sof_hda and pipeline elements are destroyed after streaming in up2 (I guess that means pm works). |
|
I guess this still has some issues. I made some changes to processing components which might hide the pm not still working... anyway this at least enables the compilation |
Hi @juimonen , you are right, maybe the subject here is somewhat confusing, the commit here is only fixing compiling issue. For the pm not working case, can you share more info which may help on debugging it? |
…ion/add-contribution-page Documentation: Add contributions page
Remove the remaining instances of `KernelResult<()>`.
For non-HDA mode, we don't handle the pp and init/stop chip related,
here correct it.
Signed-off-by: Keyon Jie yang.jie@linux.intel.com