mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 20:40:10 +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:
|
||
|---|---|---|
| .. | ||
| intel_hdmi_audio.c | ||
| intel_hdmi_audio.h | ||
| intel_hdmi_lpe_audio.h | ||
| Kconfig | ||
| Makefile | ||