04-28-2019, 01:18 PM
Very odd that there is no terminal output whatsoever from rpi-update. It either installs the new kernel and prints a bunch of status lines or if you are already at that particular kernel version it prints a few lines and ends with "*** Your firmware is already up to date" Maybe there is some breakage in your system.
In any case I ran a quick test with On-board audio + 4.19.34 kernel + MPD 0.20.20 + the output block below in mpd.conf and no issues or audio distortion :-) This is on stock moOde with no DSP enabled.
In any case I ran a quick test with On-board audio + 4.19.34 kernel + MPD 0.20.20 + the output block below in mpd.conf and no issues or audio distortion :-) This is on stock moOde with no DSP enabled.
Code:
audio_output {
type "alsa"
name "ALSA default"
device "hw:0,0"
mixer_type "hardware"
mixer_control "PCM"
mixer_device "hw:0"
mixer_index "0"
dop "no"
}