Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: amd: return error when acp de-init fails

Return error when acp de-init fails during suspend.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20200519143422.18255-3-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vijendar Mukunda and committed by
Mark Brown
ce595586 19cc20bd

+1 -1
+1 -1
sound/soc/amd/renoir/rn-pci-acp3x.c
··· 277 277 else 278 278 dev_dbg(dev, "ACP de-initialized\n"); 279 279 280 - return 0; 280 + return ret; 281 281 } 282 282 283 283 static int snd_rn_acp_resume(struct device *dev)