ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtime
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 22 Oct 2015 11:11:56 +0000 (13:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Oct 2015 15:16:23 +0000 (17:16 +0200)
commit53e597b1d194910bef53ed0632da329fef497904
tree9133a041cacaa891051ac96d7218306fcef03995
parentf937b43d48f1080e39de723d15680b2ad5d7e6fd
ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtime

While there is nothing wrong with the transfer_ack_begin and
transfer_ack_end callbacks per-se, the last documented user was part of the
alsa-driver 0.5.12a package, which was released 14 years ago and even
predates the upstream integration of the ALSA core and has subsequently
been superseded by newer alsa-driver releases.

This seems to indicate that there is no need for having these callbacks and
they are just cruft that can be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/DocBook/writing-an-alsa-driver.tmpl
include/sound/pcm.h
sound/core/pcm_lib.c