M-Bab / linux-kernel-amdgpu-binaries

Kernel binaries (amd64) of amd-staging with DAL and latest security patches
214 stars 29 forks source link

Dvi audio workaround #91

Closed 1chard closed 4 years ago

1chard commented 4 years ago

This kernel works like a charm talking about HDMI audio, and amdgpu video is working without black screen of death etc. But the dvi/hdmi cable doesn't work for the amd driver, and looks like there is no official support for audio over dvi monitor and/or coverters.

Is there any workaround for this? aplay -l return 6 audio outputs, there is 3 displayports 1 hdmi and 1 dvi at video card (Radeon RX 570)

M-Bab commented 4 years ago

I dont think this could ever work. DVI is like VGA an interface from the last century and was never designed to transport audio. Wikipedia mentions also AMD for a very special handling to somehow transport audio - maybe thats the reason it appears in linux. Nevertheless the chance that a monitor supports that is about 0%.

Putting adapters in between further decreases the chance to get anything working there. Go for HDMI-HDMI and DP-DP connections if you can. Maybe you can desribe the usecase more detailed so I can give a hint?