ASoC: (SOF) topology: Regression fixes for next
authorMark Brown <broonie@kernel.org>
Fri, 3 Feb 2023 14:43:55 +0000 (14:43 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 3 Feb 2023 14:43:55 +0000 (14:43 +0000)
commitcfe4585d7f5a6eaa56b7cebaed04bdcd4a7cab86
tree178b10daafadcaf72bedab253c1b481bccaba439
parent96ebccb2356da5f28726746e53719c5f494e08a7
parentdd184c400e10295631e5742fc7318ba071c67007
ASoC: (SOF) topology: Regression fixes for next

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

Today I came across two regressions in next with SOF:

The topology would not load with a failure of creating playback DAI
the first patch is fixing this which was caused by a missing 'else' in the patch

After fixing the topology loading, the module unloading caused kernel panic.
The second patch is correcting that which is I likely caused by copy-paste to
set wrong unload callback for the graph element.

With these patches applied SOF is working on next and modules can be unloaded