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 V2 6/6] alsabat: add tinyalsa support
Date: Tue, 22 Mar 2016 16:20:40 +0100 [thread overview]
Message-ID: <s5hzitq35fb.wl-tiwai@suse.de> (raw)
In-Reply-To: <7833c314bbeb4cfdd9a67365586623e738fa18d9.1458655876.git.han.lu@intel.com>
On Tue, 22 Mar 2016 15:31:38 +0100,
han.lu@intel.com wrote:
>
> diff --git a/bat/alsabat.1 b/bat/alsabat.1
> index 5f41669..9b969c2 100644
> --- a/bat/alsabat.1
> +++ b/bat/alsabat.1
> @@ -33,6 +33,9 @@ analog loopback :-
>
> https://source.android.com/devices/audio/loopback.html
>
> +If tinyalsa lib is installed in system, ALSABAT will use tinyalsa lib instead
> +of ALSA lib.
> +
This text doesn't match with the behavior of your latest version.
Forgot to update?
> diff --git a/configure.ac b/configure.ac
> index d712872..bd39c6f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -58,6 +58,16 @@ AM_CONDITIONAL(HAVE_UCM, test "$have_ucm" = "yes")
> AM_CONDITIONAL(HAVE_TOPOLOGY, test "$have_topology" = "yes")
> AM_CONDITIONAL(HAVE_SAMPLERATE, test "$have_samplerate" = "yes")
>
> +dnl Use tinyalsa
> +tinyalsa=
> +AC_ARG_ENABLE(tinyalsa,
> + AS_HELP_STRING([--disable-tinyalsa], [Use tinyalsa instead of ALSA]),
> + [case "${enableval}" in
> + yes) tinyalsa=true ;;
> + no) tinyalsa=false ;;
> + *) AC_MSG_ERROR(bad value ${enableval} for --enable-tinyalsa) ;;
> + esac],[tinyalsa=false])
This doesn't look consistent. The default is false while the
description shows --disable-tinyalsa.
thanks,
Takashi
prev parent reply other threads:[~2016-03-22 15:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 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=s5hzitq35fb.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 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).