]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda: Fix 1-minute detection delay when i915 module is not available
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 26 Jul 2019 21:47:02 +0000 (23:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 27 Jul 2019 06:31:46 +0000 (08:31 +0200)
commit74bf71ed792ab0f64631cc65ccdb54c356c36d45
treeb3d51db54cebbd8b632e2003b48df6792a73196e
parent3f8809499bf02ef7874254c5e23fc764a47a21a0
ALSA: hda: Fix 1-minute detection delay when i915 module is not available

Distribution installation images such as Debian include different sets
of modules which can be downloaded dynamically.  Such images may notably
include the hda sound modules but not the i915 DRM module, even if the
latter was enabled at build time, as reported on
https://bugs.debian.org/931507

In such a case hdac_i915 would be linked in and try to load the i915
module, fail since it is not there, but still wait for a whole minute
before giving up binding with it.

This fixes such as case by only waiting for the binding if the module
was properly loaded (or module support is disabled, in which case i915
is already compiled-in anyway).

Fixes: f9b54e1961c7 ("ALSA: hda/i915: Allow delayed i915 audio component binding")
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c