Realistically it’s mostly about compatibility and cost. It’s common to have the mentality of “if it ain’t broke don’t fix it” even when optimizations would improve efficiency and reduce costs in the long term. If you can’t justify the cost to transition, and clearly demonstrate the time/cost savings, then executives will not give a single shit.
I’m sure you’ve spent a lot of time trying different things, this is what I found:
In Linux Mint’s sound settings (Applications -> Preferences -> Sound), under the Hardware tab, choose a profile that does NOT mention anything digital or IEC. For example, select “Analog Stereo Duplex.” This can help PulseAudio avoid blocking the digital output and allow passthrough to work properly through ALSA.
Use alsamixer in a terminal to select the motherboard’s sound device and ensure SPDIF outputs are enabled and not muted. Sometimes SPDIF is muted by default.
In terminal, run gstreamer-properties and set Default Output to ALSA with the digital device as the output. This bypasses PulseAudio and can solve passthrough issues.
Not actually sure if any of that will help, but I tried. 😂