As I understand it, on the latest builds audio should be sent to HDMI, Analog (AV out) and SPDIF simultaneously regardless of the settings in Kodi unless using Bluetooth/Pulseaudio.
I have been banging my head against the wall trying to get analog out working with no success.
I'm running 7.0.2.009 on a X96 s905x 2/16G box. I have also tried a couple of the last devel builds. No dice.
I can see the interfaces:
Code
LibreELEC:~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: AMLM8AUDIO [AML-M8AUDIO], device 0: I2S.39 T9015-audio-hifi-0
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: AMLM8AUDIO [AML-M8AUDIO], device 1: SPDIF.40 dit-hifi-1
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: AMLM8AUDIO [AML-M8AUDIO], device 2: PCM.41 pcm2bt-pcm-2
Subdevices: 1/1
Subdevice #0: subdevice #0
Display More
The only thing immediately suspicious in dmesg is:
Code
dmesg | grep snd
[ 3.845857@1] aml_snd_card: headphone detection disable=1
[ 3.846243@1] aml_snd_m8_card aml_m8_snd.46: T9015-audio-hifi <-> I2S.39 mapping ok
[ 3.853509@1] aml_snd_m8_card aml_m8_snd.46: dit-hifi <-> SPDIF.40 mapping ok
[ 3.866774@1] aml_snd_m8_card aml_m8_snd.46: pcm2bt-pcm <-> PCM.41 mapping ok
[ 3.873754@1] aml_snd_m8_card aml_m8_snd.46: ASoC: no source widget found for LOUTL
[ 3.881345@1] aml_snd_m8_card aml_m8_snd.46: ASoC: Failed to add route LOUTL -> direct -> Ext Spk
[ 3.890134@1] aml_snd_m8_card aml_m8_snd.46: ASoC: no source widget found for LOUTR
[ 3.897722@1] aml_snd_m8_card aml_m8_snd.46: ASoC: Failed to add route LOUTR -> direct -> Ext Spk
[ 4.017846@1] aml_snd_card: audio use jtag pinmux as i2s output, read val =ffffffff
Am I wrong in assuming that the device tree is correct since aplay -l lists the devices?