OSDN Git Service

ALSA: rme96: Support PCM sync_stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:34:31 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:51 +0000 (07:25 +0100)
commit5fcf46bc8333409018f29966d736034c587d7aa6
tree3907126468bc5794444c2150b11cda537a86120f
parent1dad75b9823c77aa7e1020f011c72fcc15a90144
ALSA: rme96: 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-33-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme96.c