-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDMI video and audio #5153
Comments
I don't see how this could be related to SOF. The external displays are handled with an internal HDaudio codec and the clocks are based on 24 MHz. nothing special. It's likely that there's some sort of configuration issue between the display clocks and the audio clocks. The one question is whether audio 'sounds correct' on the external output? If you play a nice clean sine waves, do you hear any distortion, saturation or anything unexpected. |
I used this video: https://www.youtube.com/watch?v=URrEtyFSENc
dmesg | grep sof with verbose debugging enabled as per the docs.
|
I tried different cables as well as different HDMI ports on the 4k montor and it still flickers. I tried a different exxternal display, a 1080p LG TV and it didn't have any flickers at all. BTW, it doesn't flicker when there is an ongoing audio playback. |
I've tried changing /sys/module/snd_hda_intel/parameters/power_save_controller to N and /sys/modules/snd_hda_intel/parameeters/power_save to 0 and it didn't stop it. Only workaround I've found ATM to make it useable is to playback audio on Youtube while working |
Discussed in https://github.com/orgs/thesofproject/discussions/9395
Originally posted by Hobbyist11 August 23, 2024
Greetings, I'm experiencing really bad flickering (turning on and off) of an HDMI external display on an Intel Meteorlake machine. I've noticed that it only happens when audio is set to play on HDMI but not when it is set to play on laptop. I've filed an issue to i915. https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11391#note_2476569 but debugging it, haven't found any possible causes/clues. Could this be an SOF issue? I've also enabled verbose debugging for SOF but haven't found anything useful too, nothing appears on dmesg -w when the flickering happens. Uninstalling sof-firmware though makes the flicker disappear at the expense of not having audio.
The text was updated successfully, but these errors were encountered: