[Intel-gfx] [PATCH] intel_audio_dump: fix wrong port definition
Wang Xingchao
xingchao.wang at intel.com
Thu Jul 26 09:21:28 CEST 2012
there're three Ports B/C/D used for selection by each transcoder A/B/C.
Signed-off-by: Wang Xingchao <xingchao.wang at 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
More information about the Intel-gfx
mailing list