summaryrefslogtreecommitdiff
path: root/tools/intel_audio_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/intel_audio_dump.c')
-rw-r--r--tools/intel_audio_dump.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c
index 333a78e8..2fd414da 100644
--- a/tools/intel_audio_dump.c
+++ b/tools/intel_audio_dump.c
@@ -142,8 +142,9 @@ static char *transcoder_select[] = {
static char *dp_port_width[] = {
[0] = "x1 mode",
[1] = "x2 mode",
- [2] = "x4 mode",
- [3] = "reserved",
+ [2] = "reserved",
+ [3] = "x4 mode",
+ [4 ... 7] = "reserved",
};
static void do_self_tests(void)