From: Mark Brown Date: Fri, 3 Feb 2023 14:43:55 +0000 (+0000) Subject: ASoC: (SOF) topology: Regression fixes for next X-Git-Tag: v6.6.7~3340^2~4^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfe4585d7f5a6eaa56b7cebaed04bdcd4a7cab86;p=platform%2Fkernel%2Flinux-starfive.git ASoC: (SOF) topology: Regression fixes for next Merge series from Peter Ujfalusi : 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 --- cfe4585d7f5a6eaa56b7cebaed04bdcd4a7cab86