• 0 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: November 20th, 2024

help-circle
  • 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. 😂