Re: [pulseaudio-discuss] [RFC PATCH 0/2] HDMI IEC61937 + HBR passthrough support

2017-08-28 Thread Alexander E. Patrakov
2017-08-29 3:49 GMT+05:00 Pierre-Louis Bossart : > HDMI passthrough needs some love. What works with ALSA is plain > broken with PulseAudio (no audio or random noise). Only the AC3 > format seems to work, EAC3 is broken and HBR formats are not > supported yet.

[pulseaudio-discuss] [RFC PATCH 2/2] alsa: add support for Dolby TrueHD and DTS-HD HBR passthrough

2017-08-28 Thread Pierre-Louis Bossart
Add definitions and fixups for channel count Signed-off-by: Pierre-Louis Bossart --- src/pulse/format.c | 2 ++ src/pulse/format.h | 8 src/pulsecore/core-format.c | 6 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff

[pulseaudio-discuss] [RFC PATCH 0/2] HDMI IEC61937 + HBR passthrough support

2017-08-28 Thread Pierre-Louis Bossart
HDMI passthrough needs some love. What works with ALSA is plain broken with PulseAudio (no audio or random noise). Only the AC3 format seems to work, EAC3 is broken and HBR formats are not supported yet. Fix EAC3 issues where the AES non-audio bit is not set when opening the alsa-sink. The fix is