ALSA: compress: add support for gapless playback
authorJeeja KP <jeeja.kp@intel.com>
Thu, 14 Feb 2013 11:22:51 +0000 (16:52 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Feb 2013 11:30:22 +0000 (12:30 +0100)
commit9727b490e543de956b8ba356e2d5499097d0b7a2
tree81c41ee5b9987fdcb32c474484c39f45210507c0
parent8be69efacdc73fc110624f847bdf04b83decfc70
ALSA: compress: add support for gapless playback

this add new API for sound compress to support gapless playback.
As noted in Documentation change, we add API to send metadata of encoder and
padding delay to DSP. Also add API for indicating EOF and switching to
subsequent track

Also bump the compress API version

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/compress_offload.txt
include/sound/compress_driver.h
include/uapi/sound/compress_offload.h
sound/core/compress_offload.c