On Tue, Nov 24, 2020 at 1:13 PM Rojewski, Cezary cezary.rojewski@intel.com wrote:
On 2020-11-24 10:56 AM, Andy Shevchenko wrote:
Since we have resource_intersection() helper, let's utilize it here.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
Promised clean up for recently introduced helper.
This has dependency to the patches currently in linux-pm tree. Other than that everything else is already in upstream. Hence, logically it's better to push thru Rafael's tree than wait one more cycle.
sound/soc/intel/catpt/core.h | 11 ----------- sound/soc/intel/catpt/loader.c | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-)
Thanks for the patch, Andy.
I hope you didn't get the impression I somehow forgotten about this : ) Wanted to make it part of "cleanup/code reduction" after addition of last two missing features (fw traces + external module support).
Fixes and removal of lpt-specific code were the priority though. As change is already here, I don't see any reason for delaying its merge:
Acked-by: Cezary Rojewski cezary.rojewski@intel.com
Applied as 5.11 material, thanks!