OSDN Git Service

alsabat: add tinyalsa support
authorLu, Han <han.lu@intel.com>
Wed, 23 Mar 2016 07:52:47 +0000 (15:52 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Mar 2016 16:51:22 +0000 (17:51 +0100)
commitf51cb7212ad7dc70491807c8ac617bfa97e8277b
tree363d58a8ebe03a92dc08681b5995851608a3b1ee
parent986db20331cf444aa6fae38437168a0e990e32d0
alsabat: add tinyalsa support

Use "configure --enable-alsabat-backend-tiny" for alsabat to use
tinyalsa as backend lib. On a system that has both ALSA and tinyalsa
installed, alsabat will use ALSA library by default.
The intention is for alsabat to run on tinyalsa platforms such as
Android or some Internet of Things(IoT) devices.

Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
bat/Makefile.am
bat/alsabat.1
bat/bat.c
bat/common.h
bat/tinyalsa.c [new file with mode: 0644]
bat/tinyalsa.h [new file with mode: 0644]
configure.ac