]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda: Fix the audio-component completion timeout
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Sep 2018 16:21:11 +0000 (18:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Sep 2018 06:36:03 +0000 (08:36 +0200)
commitb3a5402cbcebaf5a9db4d6a3268070e4a099355d
tree892b9db0e2e7b2663f0df8a56c45c5785189df6f
parent196f4eeeb78f53e0a598db8f9408b6f8b270c355
ALSA: hda: Fix the audio-component completion timeout

The timeout of audio component binding was incorrectly specified in
msec, not in jiffies, which results in way too shorter timeout than
expected.

Along with fixing it, add the information print about the binding
failure to show the unexpected situation more clearly.

Fixes: a57942bfdd61 ("ALSA: hda: Make audio component support more generic")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c