public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Wang Xingchao <xingchao.wang@intel.com>
To: fengguang.wu@intel.com, daniel@ffwll.ch
Cc: michael.fu@intel.com, intel-gfx@lists.freedesktop.org
Subject: [PATCH v3 1/2] intel_audio_dump: fix wrong port definition
Date: Wed, 15 Aug 2012 16:13:37 +0800	[thread overview]
Message-ID: <1345018418-3560-2-git-send-email-xingchao.wang@intel.com> (raw)
In-Reply-To: <1345018418-3560-1-git-send-email-xingchao.wang@intel.com>

there're three Ports B/C/D used for selection by each transcoder A/B/C.

Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
---
 tools/intel_audio_dump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c
index 077e096..8a0f6ee 100644
--- a/tools/intel_audio_dump.c
+++ b/tools/intel_audio_dump.c
@@ -126,9 +126,9 @@ static const char *video_dip_trans[] = {
 static const char *trans_to_port_sel[] = {
 	[0] = "no port",
 	[1] = "Digital Port B",
-	[2] = "Digital Port B",
-	[3] = "Digital Port B",
-	[4] = "Digital Port B",
+	[2] = "Digital Port C",
+	[3] = "Digital Port D",
+	[4] = "reserved",
 	[5] = "reserved",
 	[6] = "reserved",
 	[7] = "reserved",
-- 
1.7.9.5

  reply	other threads:[~2012-08-15  8:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-15  8:13 [PATCH v3 0/2] Haswell intel_audio_dump support Wang Xingchao
2012-08-15  8:13 ` Wang Xingchao [this message]
2012-08-15  8:13 ` [PATCH v3 2/2] intel_audio_dump: add Haswell audio dump support Wang Xingchao
2012-08-15  9:09 ` [PATCH v3 0/2] Haswell intel_audio_dump support Daniel Vetter

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=1345018418-3560-2-git-send-email-xingchao.wang@intel.com \
    --to=xingchao.wang@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=fengguang.wu@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=michael.fu@intel.com \
    /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