In the Linux kernel, the following vulnerability has been resolved:
ASoC: amd: acp: add a null check for chip_pdev structure
When acp platform device creation is skipped, chip->chippdev value will remain NULL. Add NULL check for chip->chippdev structure in sndacpresume() function to avoid null pointer dereference.