summaryrefslogtreecommitdiffstats
path: root/src/drivers/analogix/anx7625/anx7625.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/analogix/anx7625/anx7625.h')
-rw-r--r--src/drivers/analogix/anx7625/anx7625.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/analogix/anx7625/anx7625.h b/src/drivers/analogix/anx7625/anx7625.h
index bba42cb61ae0..f14f8bd0a606 100644
--- a/src/drivers/analogix/anx7625/anx7625.h
+++ b/src/drivers/analogix/anx7625/anx7625.h
@@ -189,7 +189,7 @@
#define AP_AV_STATUS 0x28
#define AP_VIDEO_CHG (1<<2)
#define AP_AUDIO_CHG (1<<3)
-#define AP_MIPI_MUTE (1<<4) /* 1:MIPI input mute, 0: ummute */
+#define AP_MIPI_MUTE (1<<4) /* 1:MIPI input mute, 0: unmute */
#define AP_MIPI_RX_EN (1<<5) /* 1: MIPI RX input in 0: no RX in */
#define AP_DISABLE_PD (1<<6)
#define AP_DISABLE_DISPLAY (1<<7)