From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VIx6S-0005WJ-Fg for ptxdist@pengutronix.de; Mon, 09 Sep 2013 10:45:48 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1VIx6S-0000lc-E4 for ptxdist@pengutronix.de; Mon, 09 Sep 2013 10:45:48 +0200 Date: Mon, 9 Sep 2013 10:45:48 +0200 From: Michael Olbrich Message-ID: <20130909084548.GC31967@pengutronix.de> References: <1377273888-4204-1-git-send-email-apr@cn-eng.de> <1377273888-4204-3-git-send-email-apr@cn-eng.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1377273888-4204-3-git-send-email-apr@cn-eng.de> Subject: Re: [ptxdist] [PATCH 2/2] package alsa-utils: alsaloop requires libsamplerate, so autoselect it Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Fri, Aug 23, 2013 at 06:04:48PM +0200, Andreas Pretzsch wrote: > Signed-off-by: Andreas Pretzsch > --- > rules/alsa-utils.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in > index c24bbf6..c924ec6 100644 > --- a/rules/alsa-utils.in > +++ b/rules/alsa-utils.in > @@ -50,6 +50,7 @@ config ALSA_UTILS_ALSAMIXER > config ALSA_UTILS_ALSALOOP > bool > prompt "alsaloop" > + select LIBSAMPLERATE This won't work. You're not getting the correct build-time dependencies like this. Correct is this: config ALSA_UTILS [...] select LIBSAMPLERATE if ALSA_UTILS_ALSAMIXER [...] Michael > help > alsaloop allows create a PCM loopback between a PCM capture > device and a PCM playback device. > -- > 1.7.10.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de