Dell Latitude E6500 + Dell E-Port Replicator == No audio

  • I just switched from Ubuntu 18.04 to LibreElec 9.0.2.

    Everything is working correctly, except sound. No matter which option I pick in Kodi Settings, no sound is output from the dock.

    Dock is connected to TV with a DVI>HDMI adapter, along with an analog stereo 3.5" TRS plug for audio.

    Code
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: 92HD71B7X Analog [92HD71B7X Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Code
    # cat /proc/asound/card0/codec\#* | grep Codec
    Codec: IDT 92HD71B7X
    Code
    # lsmod | grep snd_
    snd_hda_codec_idt      49152  1
    snd_hda_codec_generic    69632  1 snd_hda_codec_idt
    snd_hda_intel          36864  0
    snd_hda_codec         106496  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_idt
    snd_hda_core           65536  4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hda_codec_idt
    snd_hwdep              16384  1 snd_hda_codec