From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 14 May 2024 06:39:01 +0000 Subject: [PATCH] 修改内核路径 --- 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