Re: [PATCH v4 2/2] ASoC: imx-rpmsg: Force codec power on in low power audio mode

2023-11-20 Thread Mark Brown
On Mon, Oct 23, 2023 at 10:07:18AM +0800, Chancel Liu wrote: > Low power audio mode requires binding codec still power on while Acore > enters into suspend so Mcore can continue playback music. > > ASoC machine driver acquires DAPM endpoints through reading > "ignore-suspend-widgets" property from

[PATCH v4 2/2] ASoC: imx-rpmsg: Force codec power on in low power audio mode

2023-10-22 Thread Chancel Liu
Low power audio mode requires binding codec still power on while Acore enters into suspend so Mcore can continue playback music. ASoC machine driver acquires DAPM endpoints through reading "ignore-suspend-widgets" property from DT and then forces the path between these endpoints ignoring suspend.