08-30-2022, 12:04 PM
You could try the updated version of alsa-cdsp plugin in our package repo. It has some patches from @bitlab that address certain XRUN conditions. It may or may not help in your particular scenario.
These commands install alsa-cdsp version 1.2.0
These commands install alsa-cdsp version 1.2.0
Code:
# Update the package list
sudo apt update
# Install the package
sudo moode-apt-mark unhold
sudo apt -y install alsa-cdsp
sudo moode-apt-mark hold
# Reboot afterwards
sudo reboot