Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [HDMI AUDIO] How I can disable null packets?
@ 2011-07-18 10:09 Юрий
  0 siblings, 0 replies; only message in thread
From: Юрий @ 2011-07-18 10:09 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-18 10:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 10:09 [HDMI AUDIO] How I can disable null packets? Юрий

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox