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