From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2] alsa-utils: autoselect libsamplerate for alsaloop
Date: Sat, 18 Apr 2015 00:49:12 +0200 [thread overview]
Message-ID: <1429310952-8816-1-git-send-email-apr@cn-eng.de> (raw)
In-Reply-To: <1377273888-4204-3-git-send-email-apr@cn-eng.de>
alsaloop will bail out with "No libsamplerate support." when not
linked against libsamplerate, as it defaults to sincfastest from
libsamplerate (equal to "-A 3").
While this can be bypassed with an (undocumented) "-A -1", just
autoselect libsamplerate for alsaloop.
Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
rules/alsa-utils.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in
index c24bbf6..d360e00 100644
--- a/rules/alsa-utils.in
+++ b/rules/alsa-utils.in
@@ -4,6 +4,7 @@ menuconfig ALSA_UTILS
tristate
prompt "alsa utils "
select NCURSES if ALSA_UTILS_ALSAMIXER
+ select LIBSAMPLERATE if ALSA_UTILS_ALSALOOP
select ALSA_LIB
# alsa-utils fails with the salsa-lib
select ALSA_LIB_FULL
--
2.1.3
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2015-04-17 22:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-23 16:04 [ptxdist] [PATCH 0/2] new package libsamplerate, used by alsaloop from alsa-utils Andreas Pretzsch
2013-08-23 16:04 ` [ptxdist] [PATCH 1/2] libsamplerate: add package Andreas Pretzsch
2013-09-09 8:44 ` Michael Olbrich
2015-04-17 22:22 ` Andreas Pretzsch
2015-04-17 22:48 ` [ptxdist] [PATCH v2] libsamplerate: new package for libsamplerate 0.1.8 Andreas Pretzsch
2013-08-23 16:04 ` [ptxdist] [PATCH 2/2] package alsa-utils: alsaloop requires libsamplerate, so autoselect it Andreas Pretzsch
2013-09-09 8:45 ` Michael Olbrich
2015-04-17 22:20 ` Andreas Pretzsch
2015-04-17 22:49 ` Andreas Pretzsch [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=1429310952-8816-1-git-send-email-apr@cn-eng.de \
--to=apr@cn-eng.de \
--cc=ptxdist@pengutronix.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