From f9a2481e717fcd8c8bd363f9084743ce885aa1d4 Mon Sep 17 00:00:00 2001 From: Wang Xingchao Date: Wed, 15 Aug 2012 16:13:37 +0800 Subject: intel_audio_dump: fix wrong port definition there're three Ports B/C/D used for selection by each transcoder A/B/C. Signed-off-by: Wang Xingchao Signed-off-by: Daniel Vetter --- tools/intel_audio_dump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/intel_audio_dump.c') diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c index 077e0964..8a0f6ee0 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", -- cgit v1.2.3