Hello,
My problem is TV doesn't receive audio through jack 3.5, because my
video card send null packets by hdmi output.
Here this part of intel_audio_dump:
SDVOC HDMI encoding 1
SDVOC SDVO encoding 0
SDVOC null packets 1
SDVOC audio enabled 1
I solved this problem in old packages (2.9.1) by intel_audio binary in
reg_dumper folder. This binary do:
if 0 /* disable HDMI audio bits */
dump_reg(SDVOC, "Digital Display Port B Control Register");
dword &= ~SDVO_AUDIO_ENABLE;
dword &= ~SDVO_NULL_PACKETS_DURING_VSYNC;
OUTREG(SDVOC, dword);
endif
Now this binary doesn't work — it do nothing.
How I can disable null packets in new package (2:2.14.0-4ubuntu7.1)?
Thanks.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx