From: han.lu@intel.com
To: tiwai@suse.de, liam.r.girdwood@linux.intel.com,
bernard.gautier@intel.com, edward.c.popescu@intel.com,
alsa-devel@alsa-project.org
Cc: "Lu, Han" <han.lu@intel.com>
Subject: [PATCH 00/10] *** alsabat features and fixes ***
Date: Wed, 2 Mar 2016 16:53:10 +0800 [thread overview]
Message-ID: <cover.1456907242.git.han.lu@intel.com> (raw)
From: "Lu, Han" <han.lu@intel.com>
add alsabat features and some fixes.
1. add default device name
2. add standalone mode
3. add tinyalsa support
4. add bash script for basic features test on alsa and tinyalsa
5. refactor alsa thread process to make clearer structure, and
allow more common functions shared by alsa and tinyalsa
6. some tiny fixes on code, text and comments
Lu, Han (10):
alsabat: add default device name for playback and capture
alsabat: add standalone mode
alsabat: add tinyalsa support
alsabat: clean the thread loopback of alsa capture
alsabat: refactor wav file process
alsabat: use common data generator function
alsabat: add interrupt handler for shutdown
alsabat: fix an incorrect print
alsabat: use variable for thread return value
alsabat: add bash test script
bat/Makefile.am | 14 +-
bat/alsa.c | 215 +++++++++--------------------
bat/alsa.h | 3 +
bat/alsabat.1 | 12 ++
bat/bat.c | 80 ++++++++++-
bat/common.c | 89 ++++++++++++
bat/common.h | 14 ++
bat/testbat.sh | 160 +++++++++++++++++++++
bat/tinyalsa.c | 422 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bat/tinyalsa.h | 23 +++
configure.ac | 9 +-
11 files changed, 883 insertions(+), 158 deletions(-)
create mode 100644 bat/testbat.sh
create mode 100644 bat/tinyalsa.c
create mode 100644 bat/tinyalsa.h
--
2.5.0
next reply other threads:[~2016-03-02 8:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 8:53 han.lu [this message]
2016-03-02 8:53 ` [PATCH 01/10] alsabat: add default device name for playback and capture han.lu
2016-03-04 20:57 ` Takashi Iwai
2016-03-07 1:24 ` Lu, Han
2016-03-08 10:15 ` Takashi Iwai
2016-03-02 8:53 ` [PATCH 02/10] alsabat: add standalone mode han.lu
2016-03-08 10:18 ` Takashi Iwai
2016-03-15 3:45 ` Lu, Han
2016-03-02 8:53 ` [PATCH 03/10] alsabat: add tinyalsa support han.lu
2016-03-11 14:13 ` Takashi Iwai
2016-03-15 3:50 ` Lu, Han
2016-03-02 8:53 ` [PATCH 04/10] alsabat: clean the thread loopback of alsa capture han.lu
2016-03-02 8:53 ` [PATCH 05/10] alsabat: refactor wav file process han.lu
2016-03-02 8:53 ` [PATCH 06/10] alsabat: use common data generator function han.lu
2016-03-02 8:53 ` [PATCH 07/10] alsabat: add interrupt handler for shutdown han.lu
2016-03-02 8:53 ` [PATCH 08/10] alsabat: fix an incorrect print han.lu
2016-03-02 8:53 ` [PATCH 09/10] alsabat: use variable for thread return value han.lu
2016-03-11 13:34 ` Takashi Iwai
2016-03-14 9:15 ` Lu, Han
2016-03-14 9:21 ` Takashi Iwai
2016-03-14 9:36 ` Lu, Han
2016-03-14 9:43 ` Takashi Iwai
2016-03-14 9:53 ` Lu, Han
2016-03-02 8:53 ` [PATCH 10/10] alsabat: add bash test script han.lu
2016-03-04 20:58 ` Takashi Iwai
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=cover.1456907242.git.han.lu@intel.com \
--to=han.lu@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=bernard.gautier@intel.com \
--cc=edward.c.popescu@intel.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=tiwai@suse.de \
/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 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).