kvm/internal/native
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
..
cgo fix: remove continuous sleep mode check to prevent audio interference 2025-10-27 17:28:14 +02:00
eez feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
cgo_linux.go chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
cgo_notlinux.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
chan.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ctrl.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
display.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
native.go chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
single.go feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.go chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00