Hi Hias,
I just want to report my latest findings here and let you know that my system (latest LE version) is running ok again. That actually means, that I have no issues with MPD, ALSA and I2S anymore.
By try and error I finally figured out, that all the problems described above were caused by another plugin, namely "Hyperion".
Starting the the Hyperion daemon with the following pwm device configuration is giving me problems with ALSA/I2S:
Code
// HYPERION DEVICE CONFIGURATION
"device" :
{
"name" : "HyperionConfig-PWM",
"type" : "ws281x",
"colorOrder" : "grb",
"gpio" : 12,
"dmanum" : 5,
"freq" : 800000,
"pwmchannel" : 0
},
Display More
It seems the usage of the RPI pwm (channel 0, GPIO12) is somehow interfering (at least from time to time) with the I2S interface.
As written in the start post, this problem actually started from LE 8.0.2 and was working nicely in the same configuration in previous versions.
Best, Lars