[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: a0aae96be5ffc5b456ca07bfe1385b721c20e184 WARNING: Author mismatch between patch and upstream commit: Backport author: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= <amadeuszx.slawinski@xxxxxxxxxxxxxxx> Commit author: Amadeusz Sławiński <amadeuszx.slawinski@xxxxxxxxxxxxxxx> Status in newer kernel trees: 6.12.y | Not found Note: The patch differs from the upstream commit: --- 1: a0aae96be5ffc ! 1: d1a437a075512 ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init() @@ Metadata ## Commit message ## ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init() + [ Upstream commit a0aae96be5ffc5b456ca07bfe1385b721c20e184 ] + Check for return code from avs_pcm_hw_constraints_init() in avs_dai_fe_startup() only checks if value is different from 0. Currently function can return positive value, change it to return 0 on success. --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success | | stable/linux-6.6.y | Failed | N/A | | stable/linux-6.1.y | Failed | N/A | | stable/linux-5.15.y | Failed | N/A | | stable/linux-5.10.y | Failed | N/A | | stable/linux-5.4.y | Failed | N/A |