|
Ok. So I just figured out how to solve it. From the manual I saw I could test the HDMI audio with a simple file and it worked
So I just added to my pulseaudio config files
- sudo nano /etc/pulse/default.pa
Copy code
At the very bottom of the file, added:
- load-module module-alsa-sink sink_name=hdmi device=hw:0,1
- set-default-sink hdmi
Copy code
Restarted and now it was recognized as one of the default devices. |
|