Skip to content
Commit f9b54e19 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda/i915: Allow delayed i915 audio component binding



Currently HD-audio i915 audio binding doesn't support any delayed
binding, and supposes that the i915 driver registers the component
immediately.  This has been OK, so far, but the work-in-progress
change in i915 may introduce the asynchronous binding, which
effectively delays the component registration.

For addressing it, implement a completion to be synced with the master
binding.  The timeout is set to 10 seconds which should be long enough
and hopefully be not too annoying if anyone boots up a debugging
session with i915 KMS turned off.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1ea0358e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment