Commits

Viorel Suman committed 7605bc04aac
MLK-17516: ASoC: fsl: amix: refine the error handling The "snd_pcm_hw_constraint_minmax" call may return a positive non-error integer so that the subsequent "snd_pcm_hw_constraint_mask64" call is never invoked, thus the formats are never enforced. Fix the error handling so that only negative results are considered. Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> (cherry picked from commit 63cb54d845564172a23fa23e3f7d982de448ecd9)