(01-05-2024, 05:19 PM)oomzay Wrote: My Onkyo TX-SR875 receiver is capable of 24 bit audio however "aplay" is reporting, and playing only U8 and S16_LE to it.
Code:$ aplay -D hw:b1,0 /dev/zero --dump-hw-params
HW Params of device "hw:b1,0":
--------------------
...
FORMAT: U8 S16_LE
...
How do I get 24 bit to the HDMI interface?
I see this in /boot/config.txt:
Code:hdmi_drive=2
hdmi_blanking=1
hdmi_force_edid_audio=1
hdmi_force_hotplug=1
Searching the web lead me here. You may want to read from the marked post downwards; it seems to be resolved applying what writes there... (I didn't follow the links with the possible solution, though)
https://github.com/raspberrypi/linux/iss...1065892284