From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- 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