kvm/internal/native/cgo
Alex P 0f43a84551 fix: remove continuous sleep mode check to prevent audio interference
The continuous ensure_sleep_mode_disabled() call in the format detection
loop caused repeated I2C transactions to the TC358743, disrupting HDMI
audio capture. Sleep mode is already disabled once during video_init(),
which is sufficient.
2025-10-27 17:28:14 +02:00
..
.gitignore feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
CMakeLists.txt feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ctrl.c chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
ctrl.h chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
edid.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
edid.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.del feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.patch feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl_defconfig feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
screen.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
screen.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.gen.sh feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.c fix: remove continuous sleep mode check to prevent audio interference 2025-10-27 17:28:14 +02:00
video.h chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00