All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: han.lu@intel.com
Cc: liam.r.girdwood@linux.intel.com, alsa-devel@alsa-project.org
Subject: Re: [PATCH V3 0/6] alsabat: clean structure and tinyalsa support
Date: Wed, 23 Mar 2016 17:52:10 +0100	[thread overview]
Message-ID: <s5h4mbxcf2d.wl-tiwai@suse.de> (raw)
In-Reply-To: <cover.1458718230.git.han.lu@intel.com>

On Wed, 23 Mar 2016 08:52:41 +0100,
han.lu@intel.com wrote:
> 
> 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-alsabat-backend-tiny" option. By default ALSA lib is used.
>  The intention is for alsabat to run on tinyalsa platforms such as
>  Android and some IoT devices.
> 
>  changes on v3:
>    1. use option "--enable-alsabat-backend-tiny" instead of
>    "--enable-tinyalsa" to avoid ambiguous.
>    2. fix inconsistent in man page and configure.ac.
>  changes on v2:
>    1. add more description to explain the purpose of each patch.
>    2. use configure option to select tinyalsa, rather than auto detect
>    environment and decide.
> 
> 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

Applied all patches now.  Thanks.


Takashi

> 
>  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
> 

      parent reply	other threads:[~2016-03-23 16:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23  7:52 [PATCH V3 0/6] alsabat: clean structure and tinyalsa support han.lu
2016-03-23  7:52 ` [PATCH V3 1/6] alsabat: refactoring alsa capture thread han.lu
2016-03-23  7:52 ` [PATCH V3 2/6] alsabat: use general function for wav header update han.lu
2016-03-23  7:52 ` [PATCH V3 3/6] alsabat: clean return value for playback and capture threads han.lu
2016-03-23  7:52 ` [PATCH V3 4/6] alsabat: use general data generator function han.lu
2016-03-23  7:52 ` [PATCH V3 5/6] alsabat: move alsa process to a single block han.lu
2016-03-23  7:52 ` [PATCH V3 6/6] alsabat: add tinyalsa support han.lu
2016-03-23 16:52 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5h4mbxcf2d.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=han.lu@intel.com \
    --cc=liam.r.girdwood@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.