Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Юрий <y.noskov@gmail.com>
To: intel-gfx@lists.freedesktop.org
Subject: [HDMI AUDIO] How I can disable null packets?
Date: Mon, 18 Jul 2011 14:09:00 +0400	[thread overview]
Message-ID: <4E24063C.8040206@gmail.com> (raw)

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

                 reply	other threads:[~2011-07-18 10:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E24063C.8040206@gmail.com \
    --to=y.noskov@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox