]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ALSA: timer: Make sure to clear pending ack list
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Mar 2019 15:51:58 +0000 (16:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 Mar 2019 15:51:58 +0000 (16:51 +0100)
commit7bb4a8a2cc9382da720b46988bc976ebccaa49fd
tree6b24922b674ebce68bacc346cf52d378f9d2beda
parent8748b850beccdbc87aa8776d63abd6b5628720c8
ALSA: timer: Make sure to clear pending ack list

When a card is under disconnection, we bail out immediately at each
timer interrupt or tasklet.  This might leave some items left in ack
list.  For a better integration of the upcoming change to check
ack_list emptiness, clear out the whole list upon the emergency exit
route.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/timer.c