]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: wavefront: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:46 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:58 +0000 (07:25 +0100)
commitd528a05d49fa9d06ea0de0d87d6c7423e40c0153
tree70603d213d60e6d59fe7b671cb61d70b02b423b1
parent1d3590dfa862778f0b5eb2a3305efb0bd03bb2e9
ALSA: wavefront: Support PCM sync_stop

The driver invokes snd_pcm_period_elapsed() simply from the interrupt
handler.  Set card->sync_irq for enabling the missing sync_stop PCM
operation.

Link: https://lore.kernel.org/r/20191210063454.31603-48-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/wavefront/wavefront.c