HI Da Flex,
As advised, I rechecked the instructions I received when I bought the card ( you are right its a PiFi Digi+ soundcard, not the original HiFiBerry Digi+)in 2016 :
https://www.amazon.fr/gp/product/B01DD94DL6/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1
2) CONFIGURATION DU RPi
Déroulez les étapes suivantes indépendamment de l'image (distrib) installée sur votre RPi,
- Connectez-vous sur votre RPi
$ ssh <mon-rpi> -l pi
- Ouvrir le fichier /boot/config.txt
$ sudo nano /boot/config.txt
- Commentez l'entrée : "dtparam=audio=on" (si elle existe)
- Ajoutez une ligne pour la carte HiFi DiGi+
dtoverlay=hifiberry-digi
- Sauvegardez et quittez
- Ouvrir le fichier /etc/modules
$ sudo nano /etc/modules
- Ajoutez la ligne suivante pour charger le module de la carte au boot
snd_soc_hifiberry_digi
- Redémarrez votre raspberry
$ sudo reboot
3) PARAMÉTRAGE KODI
- Après reboot, allez dans Paramètres > Système > Audio
- Sélectionnez "ALSA: snd_rpi_hifiberry_digi,S/PDIF"
(Désactivez le passthrough s'il était actif)
Maintenant votre son passe à travers la carte HiFi DiGi+
Well it was ok in the past... but not working anymore
Then I checked other tutos :
Create /etc/asound.conf with the following content: pcm.!default { type hw card 0 } ctl.!default { type hw card 0 }
Reboot again
Any other idea?
Should I update the LE9 to LE11?
Will it help?
Thanks in advance