|  | 
 
| Edited by Carl-Robert at 2017-3-4 23:15 
 Hey!
 
 The audio seems to not work with my Denon AVR-X1100W, used HDMI-connection of the Orange Pi PC+ and neither does the PCM nor bitstreaming modes produce any kind of sound. I have selected manually the HDMI-output, but obviously the other devices didn't produce any sound as using only HDMI. (Yes, I have tried multiple HDMI-cables, slots and modes).
 
 Where the things go interesting is that I get sound just fine if connecting straight to the monitor, even the bitstreaming works (though gives digital noise as not supported by the monitor). I even manage to get sound through the AVR using "speaker-test" with a new asound.conf, but still not working with Kodi (no sound whatsoever, AVR claims nothing is sent to it). I would very much like to get the sound working, so is there any way that the audio can be forced to play like speaker-test does? At least that way I could get PCM.
 
 asound.conf:
 
 Copy code
pcm.!default {
        type hw
        card sndhdmi
        device 0
}
ctl.!default {
        type hw
        card sndhdmi
        device 0
}
pcm.!hdmi {
        type hw
        card sndhdmi
        device 0
}
 | 
 |