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 <xingchao.wang@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Wang Xingchao 2012-08-15 16:13:37 +08:00 committed by Daniel Vetter
parent 1f523bd8d1
commit f9a2481e71

View File

@ -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",