23 Mar
2024
23 Mar
'24
2:42 a.m.
On 3/8/24 03:04, Cezary Rojewski wrote:
One of the framework responsibilities is to ensure that the enumerated DPCMs are valid i.e.: a valid BE is connected to a valid FE DAI. While the are checks in soc-core.c and soc-pcm.c that verify this, a component driver may attempt to workaround this by loading an invalid graph through the topology file.
Be strict and fail topology loading when invalid graph is encountered.
Signed-off-by: Cezary Rojewski cezary.rojewski@intel.com
Reviewed-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com