CEC_OP_REC_FLAG_NOT_USED is 0 and CEC_OP_REC_FLAG_USED is 1, not the
other way around.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>
Reported-by: Jiunn Chang <c0d1n61...@gmail.com>
Cc: <sta...@vger.kernel.org>      # for v4.10 and up
---
diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h
index 5704fa0292b5..423859e489c7 100644
--- a/include/uapi/linux/cec.h
+++ b/include/uapi/linux/cec.h
@@ -768,8 +768,8 @@ struct cec_event {
 #define CEC_MSG_SELECT_DIGITAL_SERVICE                 0x93
 #define CEC_MSG_TUNER_DEVICE_STATUS                    0x07
 /* Recording Flag Operand (rec_flag) */
-#define CEC_OP_REC_FLAG_USED                           0
-#define CEC_OP_REC_FLAG_NOT_USED                       1
+#define CEC_OP_REC_FLAG_NOT_USED                       0
+#define CEC_OP_REC_FLAG_USED                           1
 /* Tuner Display Info Operand (tuner_display_info) */
 #define CEC_OP_TUNER_DISPLAY_INFO_DIGITAL              0
 #define CEC_OP_TUNER_DISPLAY_INFO_NONE                 1

Reply via email to