mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
When LPE audio driver gets some error at probing, it may lead to a
crash because of canceling the pending work in hdmi_lpe_audio_free(),
since some of ports might be still not initialized.
For assuring the proper free of each port, initialize all ports at the
beginning of the probe.
Fixes:
|
History
|
|
|---|---|---|
| .. | ||
| intel_hdmi_audio.c | ||
| intel_hdmi_audio.h | ||
| intel_hdmi_lpe_audio.h | ||
| Kconfig | ||
| Makefile | ||