alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/6] alsabat: clean structure and tinyalsa support
@ 2016-03-22 14:31 han.lu
  2016-03-22 14:31 ` [PATCH V2 1/6] alsabat: refactoring alsa capture thread han.lu
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: han.lu @ 2016-03-22 14:31 UTC (permalink / raw)
  To: tiwai, liam.r.girdwood, alsa-devel; +Cc: Lu, Han

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

 1. refactoring alsa process to make structure simpler and cleaner,
 use general functions and unified return value for convenience of
 maintaining;
 2. add tinyalsa support, user can choose tinyalsa with "configure
  --enable-tinyalsa" option. By default ALSA lib is used. The purpose
 is for alsabat to run on tinyalsa platforms such as Android and some
 IoT devices.

Lu, Han (6):
  alsabat: refactoring alsa capture thread
  alsabat: use general function for wav header update
  alsabat: clean return value for playback and capture threads
  alsabat: use general data generator function
  alsabat: move alsa process to a single block
  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    |  17 +++
 10 files changed, 711 insertions(+), 174 deletions(-)
 create mode 100644 bat/tinyalsa.c
 create mode 100644 bat/tinyalsa.h

-- 
2.5.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-22 15:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 14:31 [PATCH V2 0/6] alsabat: clean structure and tinyalsa support han.lu
2016-03-22 14:31 ` [PATCH V2 1/6] alsabat: refactoring alsa capture thread han.lu
2016-03-22 14:31 ` [PATCH V2 2/6] alsabat: use general function for wav header update han.lu
2016-03-22 14:31 ` [PATCH V2 3/6] alsabat: clean return value for playback and capture threads han.lu
2016-03-22 14:31 ` [PATCH V2 4/6] alsabat: use general data generator function han.lu
2016-03-22 14:31 ` [PATCH V2 5/6] alsabat: move alsa process to a single block han.lu
2016-03-22 14:31 ` [PATCH V2 6/6] alsabat: add tinyalsa support han.lu
2016-03-22 15:20   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).