2024-01-10, 11:12
This is the
with this, a new "default" audio device shows up in kodi's audio settings.
.asoundrc
that works for my raspberry 3 setup:Code:
<confdir:pcm/dpl.conf>
pcm.myhdmi {
type plug
slave.pcm "hdmi:CARD=vc4hdmi,DEV=0"
}
pcm.!default {
type plug
slave.pcm {
type upmix
slave.pcm "dpl2:myhdmi"
channels 6
}
}
with this, a new "default" audio device shows up in kodi's audio settings.