From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- kernel/include/uapi/linux/rk_hdmirx_config.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/include/uapi/linux/rk_hdmirx_config.h b/kernel/include/uapi/linux/rk_hdmirx_config.h index a0b7e43..26dcea7 100644 --- a/kernel/include/uapi/linux/rk_hdmirx_config.h +++ b/kernel/include/uapi/linux/rk_hdmirx_config.h @@ -82,4 +82,7 @@ #define RK_HDMIRX_V4L2_EVENT_SIGNAL_LOST \ (V4L2_EVENT_PRIVATE_START + 1) +#define RK_HDMIRX_V4L2_EVENT_AUDIOINFO \ + (V4L2_EVENT_PRIVATE_START + 2) + #endif /* _UAPI_RK_HDMIRX_CONFIG_H */ -- Gitblit v1.6.2