mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
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:
parent
1f523bd8d1
commit
f9a2481e71
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user