ASoC: SOF: IPC path handling and fallback support
authorMark Brown <broonie@kernel.org>
Thu, 30 Nov 2023 11:23:17 +0000 (11:23 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 30 Nov 2023 11:23:17 +0000 (11:23 +0000)
commitef6069f3f6577b2e5bdf223d2f6d09f23bed8c6c
tree76c3f82274d0e81e75f4e0ff96b2eb01c222ca17
parent15c7fab0e0477d7d7185eac574ca43c15b59b015
parent6c393ebbd74ad341bcfb4e2d0091b2655fad45d0
ASoC: SOF: IPC path handling and fallback support

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

The main aim of the series is to provide a mechanism to fallback to 'older' IPC
versions in case the desired one is missing either a firmware or topology file.
It is going to make the life of users and distributions if we are going to
start transition existing IPC3 platforms to IPC4 (CAVS2.5) and we might have
missed some topology file to convert for example.
In that case the kernel will fallback to IPC3 without audio regression.

To be able to support this we needed to change the probe sequence to know the
topology filename earlier and check if it is present in the filesystem.

No functional changes for now, the default IPC versions have not been changed.