• T
    ALSA: hda/i915: Allow delayed i915 audio component binding · f9b54e19
    Takashi Iwai 提交于
    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: NTakashi Iwai <tiwai@suse.de>
    f9b54e19
hdac_i915.c 4.1 KB