commit | b3a5402cbcebaf5a9db4d6a3268070e4a099355d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Sep 18 18:21:11 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Sep 20 08:36:03 2018 +0200 |
tree | 892b9db0e2e7b2663f0df8a56c45c5785189df6f | |
parent | 196f4eeeb78f53e0a598db8f9408b6f8b270c355 [diff] |
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>