From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- 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