summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2017-09-12 15:54:26 +0200
committerAdam Jackson <ajax@redhat.com>2017-09-18 10:16:49 -0400
commitf56f329ed23a25d002352dedba1e8f092a47286f (patch)
treee7aa37571b87cd06e13c7161fec315bcb60de283
parent49092ab19b8e2be13202a00fe0e2c5b949b1bf5a (diff)
edid-decode: Speaker location typo
TpFH -> TpFR Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
-rw-r--r--edid-decode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/edid-decode.c b/edid-decode.c
index 92dbfcf..5592227 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -1693,7 +1693,7 @@ static const char *speaker_map[] = {
"FLC/FRC - Front Left/Right of Center",
"RLC/RRC - Rear Left/Right of Center",
"FLW/FRW - Front Left/Right Wide",
- "TpFL/TpFH - Top Front Left/Right",
+ "TpFL/TpFR - Top Front Left/Right",
"TpC - Top Center",
"TpFC - Top Front Center",
"LS/RS - Left/Right Surround",
@@ -1778,7 +1778,7 @@ static const char *speaker_location[] = {
"SiL - Side Left",
"SiR - Side Right",
"TpFL - Top Front Left",
- "TpFH - Top Front Right",
+ "TpFR - Top Front Right",
"TpFC - Top Front Center",
"TpC - Top Center",
"TpBL - Top Back Left",