]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/ca0132 - Avoid endless loop
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Dec 2019 08:51:10 +0000 (09:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 14 Dec 2019 17:54:07 +0000 (18:54 +0100)
commit18152332d99b9672a4d0ecb8866934e68035e4b7
tree2c1c600c10d00a85eae16e1e726657c18fdda807
parentf1901e076bd3034cabe1c5af553edcade32afcca
ALSA: hda/ca0132 - Avoid endless loop

Introduce a timeout to dspio_clear_response_queue() so that it won't
be caught in an endless loop even if the hardware doesn't respond
properly.

Fixes: 29c242696853 ("ALSA: hda/ca0132: Add unsol handler for DSP and jack detection")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191213085111.22855-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c