[alsa-devel] [PATCH 0/6] *** alsabat: clean structure and tinyalsa support ***

han.lu at intel.com han.lu at intel.com
Tue Mar 22 06:10:23 CET 2016


From: "Lu, Han" <han.lu at intel.com>

1. Clean structure, use general function to replace local processes.
2. Add tinyalsa support, configure will read environment and decide to
link to ALSA lib or tinyalsa lib.

Lu, Han (6):
  alsabat: clean file process on capture thread loop
  alsabat: use common wav process function in playback loop
  alsabat: clean return value of playback and capture loops
  alsabat: use common data generator function
  alsabat: move alsa process to alsa.c
  alsabat: add tinyalsa support

 bat/Makefile.am |  12 +-
 bat/alsa.c      | 217 +++++++++++---------------
 bat/alsabat.1   |   3 +
 bat/bat.c       |  58 +++----
 bat/common.c    |  68 +++++++++
 bat/common.h    |  17 ++-
 bat/signal.c    |  13 +-
 bat/tinyalsa.c  | 460 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 bat/tinyalsa.h  |  20 +++
 configure.ac    |   4 +
 10 files changed, 698 insertions(+), 174 deletions(-)
 create mode 100644 bat/tinyalsa.c
 create mode 100644 bat/tinyalsa.h

-- 
2.5.0



More information about the Alsa-devel mailing list