[media] v4l2-ctrls: add new RDS TX controls
[deliverable/linux.git] / include / media / v4l2-ctrls.h
index d6540d2017642686c853c657cfabdc309630fff1..b7cd7a665e3569f3eb53fee34b73281bc71b2843 100644 (file)
@@ -41,6 +41,7 @@ struct poll_table_struct;
  * @p_s64:     Pointer to a 64-bit signed value.
  * @p_u8:      Pointer to a 8-bit unsigned value.
  * @p_u16:     Pointer to a 16-bit unsigned value.
+ * @p_u32:     Pointer to a 32-bit unsigned value.
  * @p_char:    Pointer to a string.
  * @p:         Pointer to a compound value.
  */
@@ -49,6 +50,7 @@ union v4l2_ctrl_ptr {
        s64 *p_s64;
        u8 *p_u8;
        u16 *p_u16;
+       u32 *p_u32;
        char *p_char;
        void *p;
 };
This page took 0.046092 seconds and 5 git commands to generate.