[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.

[PATCH v4 1/2] ASoC: dt-bindings: sound-card-common: List sound widgets ignoring system suspend

2023-10-22 Thread Chancel Liu
Add a property to list audio sound widgets which are marked ignoring system suspend. Paths between these endpoints are still active over suspend of the main application processor that the current operating system is running. Signed-off-by: Chancel Liu ---

[PATCH] soc: fsl: qbman: fix null pointer dereference

2023-10-22 Thread Alyssa Ross
When called from bman_test_api(), bm_bpalloc may not have been initialized by fsl_bman_probe(), in which case gen_pool_alloc() would attempt to dereference a NULL pointer. Checking that bm_bpalloc is non-NULL allows boot to continue is this case. Fixes: 97e0d385b139 ("soc/bman: Add self-test for

Re: [PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf

2023-10-22 Thread Athira Rajeev
> On 13-Oct-2023, at 1:06 PM, Athira Rajeev wrote: > > Add rule in new Makefile "tests/Makefile.tests" for running > shellcheck on shell test scripts. This automates below shellcheck > into the build. > > $ for F in $(find tests/shell/ -perm -o=x -name '*.sh'); do shellcheck -S > warning