Hi!
I am new LibreELEC user. I installed LibreELEC 7.90.009 on RPi3 but usb audio is not working properly. My audio card is recognized and is listed in Settings->System->Audio as ALSA:<MyCard>. The problem is when I select the card and try to play anything, there is no sound and playback doesn't start. HDMI works fine without any changes.
I've tried adding my usb card as default device in asound.conf
but it just listed my card once again, still not working.
The I tried to use pulseaudio so I did:
Code
systemctl stop kodi
pactl load-module module-udev-detect
pactl set-default-sink <MyCard>
systemctl start kodi
When I select pulseaudio everything works fine. The problem is that I have to apply this code after every reboot or when I turn of the DAC.
How can I fix this issue?
Best regards
wavelet