mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
c77a6edb6d
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 |