I've been able to reset audio (on Ubuntu 20.04, mainline 5.7 kernel) after a deep sleep with the following:
I believe it accomplishes similar things. On the other hand, it doesn't work if something is trying to play music, but neither does it crash the kernel.
Code:
pulseaudio -k && sudo alsa force-reload
I believe it accomplishes similar things. On the other hand, it doesn't work if something is trying to play music, but neither does it crash the kernel.